From faaf5f1852affaf673fa6f6ac560953f09c1064f Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Mon, 20 Jan 2025 15:03:34 +0100 Subject: [PATCH] steamwarci.yml aktualisiert --- steamwarci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/steamwarci.yml b/steamwarci.yml index ce0c5fe..229c9c1 100644 --- a/steamwarci.yml +++ b/steamwarci.yml @@ -1,7 +1,7 @@ build: - - "echo 'PUBLIC_API_SERVER=https://dev.steamwar.de/api' > .env" + - "echo 'PUBLIC_API_SERVER=https://api.steamwar.de' > .env" - "pnpm run ci" release: - - "rm -r /var/www/dev/*" - - "mv dist/* /var/www/dev" \ No newline at end of file + - "rm -r /var/www/html/*" + - "mv dist/* /var/www/html" \ No newline at end of file