From 6590e3516bbedc19f405eed3eb65b7c1ef1f92b1 Mon Sep 17 00:00:00 2001 From: andreas-deazevedo Date: Thu, 19 Dec 2024 15:28:23 +0100 Subject: [PATCH] RISDEV-5882 Fix deploying repo name --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index e081a6c..53bd1ce 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -197,7 +197,7 @@ jobs: environment: staging #version: ${{ needs.push-backend-image-to-registry.outputs.version }} version: ${{ env.CONTAINER_IMAGE_VERSION }} - deploying_repo: ${{ env.CONTAINER_IMAGE_NAME }}/frontend + deploying_repo: ris-adm-vwv/frontend infra_repo: ris-adm-vwv-infra deploy_key: ${{ secrets.DEPLOY_KEY }} app: ris-adm-vwv-staging