1
mirror of https://github.com/jakejarvis/simpip.git synced 2025-10-16 08:24:28 -04:00

clean up junk & update wrangler

This commit is contained in:
2021-11-19 09:17:08 -05:00
parent 75fb393b0a
commit 59a08ffa82
9 changed files with 1013 additions and 67 deletions

View File

@@ -3,14 +3,13 @@ name: Deploy Cloudflare Worker
on:
push:
branches:
- main
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: cloudflare/wrangler-action@1.3.0
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
environment: 'production'
- uses: actions/checkout@v2
- uses: cloudflare/wrangler-action@1.3.0
with:
apiToken: ${{ secrets.CF_API_TOKEN }}