fix(deploy): correctly set game server address
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
298b4d8739
commit
235276569e
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ steps:
|
|||
commands:
|
||||
- pnpm build:site
|
||||
- pnpm build:server
|
||||
environment:
|
||||
GAME_SERVER: https://game-server.ashhhleyyy.dev/
|
||||
- name: Deploy
|
||||
image: alpine
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue