Skip to content

Commit

Permalink
Update deploy-staging deploy repo
Browse files Browse the repository at this point in the history
  • Loading branch information
patjouk committed Feb 6, 2024
1 parent 91ed719 commit eec8a16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:
CONTAINER_IMAGE_NAME: ${{ github.repository }}
CONTAINER_IMAGE_VERSION: ${{ github.sha }}
INFRA_REPO: kotlin-application-template-infra
DEPLOYING_REPO: kotlin-application-template

jobs:
validate-gradle-wrapper:
Expand Down Expand Up @@ -227,7 +228,7 @@ jobs:
with:
environment: staging
version: ${{ env.CONTAINER_IMAGE_VERSION }}
deploying_repo: ${{ github.repository }}
deploying_repo: ${{ env.DEPLOYING_REPO }}
infra_repo: ${{ env.INFRA_REPO }}
deploy_key: ${{ secrets.DEPLOY_KEY }}
app: kotlin-application-template-staging
Expand Down

0 comments on commit eec8a16

Please sign in to comment.