Skip to content

Commit

Permalink
Add staging workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Jan 25, 2024
1 parent aecc87d commit cbfd56e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/publish-staging.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Publish Staging

workflow_dispatch:

jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@master
- name: Publish
env:
CF_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
run: npm install -g wrangler && wrangler publish --env staging

0 comments on commit cbfd56e

Please sign in to comment.