Skip to content

Commit

Permalink
trigger @colyseus/cloud deployment on push (requires '.colyseus-cloud…
Browse files Browse the repository at this point in the history
….json') file on git
  • Loading branch information
endel committed Apr 30, 2024
1 parent c1362e5 commit 060f5f9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/colyseus-cloud-deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Deploy to Colyseus Cloud

steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- name: Trigger deployment
run: |
npm install -g @colyseus/cloud
@colyseus/cloud deploy

0 comments on commit 060f5f9

Please sign in to comment.