Skip to content

setup CI for client deploy, update appId as well #146

setup CI for client deploy, update appId as well

setup CI for client deploy, update appId as well #146

Workflow file for this run

name: Deploy
on:
push:
branches:
- jc/gh-action-deploy
jobs:
deploy-server:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install -g @hathora/cli
- run: >
hathora-cloud deploy --appId app-82d434e1-349f-4f50-82f7-b6bdc092f039 --token ${{ secrets.HATHORA_TOKEN }}
deploy-client:

Check failure on line 15 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / Deploy

Invalid workflow file

The workflow is not valid. .github/workflows/deploy.yml (Line: 15, Col: 5): Unexpected value 'deploy-client'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Deploy to Vercel Action
uses: BetaHuhn/deploy-to-vercel-action@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_ORG_ID: team_GPRvMqc4VnOOHT6FlvlpSHa8
VERCEL_PROJECT_ID: prj_xBbOOFIr9hMzP60ncqtzeK2waKGM
WORKING_DIRECTORY: client
VERCEL_SCOPE: hathora