Skip to content

Merge pull request #84 from Holo-Host/staging #22

Merge pull request #84 from Holo-Host/staging

Merge pull request #84 from Holo-Host/staging #22

name: Continuous Deployment to alphaNet
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy server
steps:
- uses: actions/checkout@v2
- name: Publish to alphaNet
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
workingDirectory: 'server'
environment: alphanet