From 33f508b824d46d91f981476e39446e0fa4000164 Mon Sep 17 00:00:00 2001 From: Angelo Reale <12191809+angeloreale@users.noreply.github.com> Date: Sat, 24 Aug 2024 17:46:05 +0100 Subject: [PATCH] ar(feat) [DPTM-8] Dockerize and GCP --- .github/workflows/deploy_gcp_prod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_gcp_prod.yaml b/.github/workflows/deploy_gcp_prod.yaml index 1140e40..29b905a 100644 --- a/.github/workflows/deploy_gcp_prod.yaml +++ b/.github/workflows/deploy_gcp_prod.yaml @@ -69,7 +69,7 @@ jobs: INSTAGRAM_CLIENT_SECRET=${{ secrets.INSTAGRAM_CLIENT_SECRET_PROD }} KV_REST_API_READ_ONLY_TOKEN=${{ secrets.KV_REST_API_READ_ONLY_TOKEN_PROD }} KV_REST_API_TOKEN=${{ secrets.KV_REST_API_TOKEN_PROD }} - KV_REST_API_URL=${{ secrets.KV_REST_API_URL }} + KV_REST_API_URL=${{ secrets.KV_REST_API_URL_PROD }} KV_URL=${{ secrets.KV_URL_PROD }} MAIN_URL=${{ secrets.MAIN_URL_PROD }} MONGODB_DATABASE=${{ secrets.MONGODB_DATABASE_PROD }}