From c9080e1aa370bffde78e65b74651cc25c6c01aa3 Mon Sep 17 00:00:00 2001 From: Pierre-Alexandre35 <46579114+Pierre-Alexandre35@users.noreply.github.com> Date: Sun, 20 Aug 2023 17:44:49 +0200 Subject: [PATCH] fix CD front auth GCP --- .github/workflows/deploy-front-gcs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-front-gcs.yml b/.github/workflows/deploy-front-gcs.yml index f877e5d3..af04dec9 100644 --- a/.github/workflows/deploy-front-gcs.yml +++ b/.github/workflows/deploy-front-gcs.yml @@ -35,4 +35,4 @@ jobs: run: npm run build - name: Deploy project - run: gsutil cp -r dist/* gs://travian.lol \ No newline at end of file + run: gsutil cp -r dist/* gs://travian.rest \ No newline at end of file