Skip to content

Publish Staging

Publish Staging #3

Workflow file for this run

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