fix(deploy): correctly set game server address
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Ashhhleyyy 2022-08-13 22:41:59 +01:00
parent 298b4d8739
commit 235276569e
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -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: