Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
fix: missing backslash in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Firgrep committed May 18, 2024
1 parent c21a135 commit ecb27ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ jobs:
--region=${{ env.REGION }} \
--image="${{ env.REGION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.SERVICE }}/${{ env.SERVICE }}:${{ env.TAG }}" \
--min-instances=default \
--max-instances=1
--set-env-vars=[${{ env.A }},${{ env.B }},${{ env.C }},${{ env.D }},${{ env.E }},${{ env.F }},${{ env.G }},${{ env.H }},${{ env.I }},${{ env.J }},${{ env.K }},${{ env.L }},${{ env.M }},${{ env.N }},${{ env.O }},${{ env.P }},${{ env.Q }},${{ env.R }},${{ env.S }},${{ env.T }},${{ env.U }},${{ env.V }},${{ env.W }},${{ env.X }},${{ env.Y }},${{ env.Z }}]
--max-instances=1 \
--update-secrets=[${{ env.A }},${{ env.B }},${{ env.C }},${{ env.D }},${{ env.E }},${{ env.F }},${{ env.G }},${{ env.H }},${{ env.I }},${{ env.J }},${{ env.K }},${{ env.L }},${{ env.M }},${{ env.N }},${{ env.O }},${{ env.P }},${{ env.Q }},${{ env.R }},${{ env.S }},${{ env.T }},${{ env.U }},${{ env.V }},${{ env.W }},${{ env.X }},${{ env.Y }},${{ env.Z }}]

0 comments on commit ecb27ea

Please sign in to comment.