From 235276569ed71f2453848b93eb12efdd9889324b Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Sat, 13 Aug 2022 22:41:59 +0100 Subject: [PATCH] fix(deploy): correctly set game server address --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 4bfeea0..1827d50 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: