Skip to content

Update deploy.yml

Update deploy.yml #145

Workflow file for this run

name: Deploy
on:
push:
branches:
- develop
jobs:
server:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install -g @hathora/cli
- run: >
hathora-cloud deploy --appId app-122d530a-ab60-4597-95d8-fabeecfe3c1b --token ${{ secrets.HATHORA_TOKEN }}