Skip to content

Commit

Permalink
GAT-1887: Added preprod branch reference
Browse files Browse the repository at this point in the history
  • Loading branch information
reubensamuel committed Feb 13, 2023
1 parent df24b25 commit 34df1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preprod_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs: # Deployment please don't modify anything here as the infrastructure
GAR_LOCATION: ${{ secrets.GAR_LOCATION }}
GAR_NAME: ${{ secrets.GAR_NAME_WEB }}
SERVICE_NAME: '${{ secrets.SERVICE_NAME_WEB }}'
SERVICE_REGION: '${{ secrets.SERVICE_REGION_API }}'
SERVICE_REGION: '${{ secrets.SERVICE_REGION_WEB }}'

with:
# args: run services update '${{ env.SERVICE_NAME }}' --image='${{ env.GAR_LOCATION }}'-docker.pkg.dev/'${{ env.DEV_PROJECT_ID }}'/'${{ env.GAR_NAME }}'/${{ steps.getversion.outputs.version }}:${{ github.sha }} --region='${{ env.SERVICE_REGION }}' --project='${{ env.PROJECT_ID }}'
Expand Down

0 comments on commit 34df1c1

Please sign in to comment.