Skip to content

wrangler: build

wrangler: build #19

name: Continuous Deployment to alphaNet
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v2
- name: Publish to alphaNet
uses: cloudflare/[email protected]
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
preCommands: 'yarn add @cloudflare/kv-asset-handler'
workingDirectory: 'server'
environment: alphanet