Skip to content

Commit

Permalink
clarify readme command
Browse files Browse the repository at this point in the history
  • Loading branch information
hpx7 committed Jul 20, 2023
1 parent c13473a commit d91ff17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ DEVELOPER_TOKEN=<appToken>
## Deploying

Server:
- Run `hathora-cloud deploy --appId <appId> --roomsPerProcess 1 --planName tiny --transportType tls --containerPort 4000 --env '[{"name": "DEVELOPER_TOKEN", "value": "<appToken>"}]'`
- Run `hathora-cloud deploy --appId <appId> --roomsPerProcess 1 --planName tiny --transportType tls --containerPort 4000 --env '[{"name": "DEVELOPER_TOKEN", "value": "<developerToken>"}]'`

Client:
- cd to `common` and run `npm install && npx tsc`
Expand Down

0 comments on commit d91ff17

Please sign in to comment.