Update cfw.js.yml

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2021-06-18 15:37:13 +05:30 committed by GitHub
parent a396672acc
commit 588cb2352a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 15 deletions

View File

@ -1,17 +1,17 @@
name: Deploy to CF Workers
# name: Deploy to CF Workers
on:
push:
branches:
- master
# on:
# push:
# branches:
# - master
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v2
- name: Publish
uses: cloudflare/wrangler-action@1.3.0
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
# jobs:
# deploy:
# runs-on: ubuntu-latest
# name: Deploy
# steps:
# - uses: actions/checkout@v2
# - name: Publish
# uses: cloudflare/wrangler-action@1.3.0
# with:
# apiToken: ${{ secrets.CF_API_TOKEN }}