Skip to content

Commit

Permalink
Fix deploy-staging job
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelpuchta committed Nov 11, 2024
1 parent 0bb369e commit c967540
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 @@ -199,7 +199,7 @@ jobs:
with:
environment: staging
version: ${{ env.CONTAINER_IMAGE_VERSION }}
deploying_repo: ${{ github.event.repository.name }}
deploying_repo: ${{ env.DEPLOYING_REPO }}
infra_repo: ${{ github.event.repository.name }}-infra
deploy_key: ${{ secrets.DEPLOY_KEY }}
app: ${{ github.event.repository.name }}-staging
Expand Down

0 comments on commit c967540

Please sign in to comment.