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 98a5b68
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/publish-staging.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Publish Staging

on:
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 98a5b68

Please sign in to comment.