Skip to content

Commit

Permalink
RISDEV-5882 Fix deploying repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-deazevedo committed Dec 19, 2024
1 parent bbb9711 commit 6590e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6590e35

Please sign in to comment.