Skip to content

Commit

Permalink
fix: use correct gcp-project-id
Browse files Browse the repository at this point in the history
  • Loading branch information
mindrunner committed Sep 3, 2024
1 parent dc4bd46 commit ac04cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
deploy-type: service
environment: ${{ inputs.environment }}
gcp-project-id: starcomm-${{ inputs.environment }}
gcp-project-id: fuzzy-lemur-${{ inputs.environment }}
gcp-auth-key: ${{ secrets.GCP_AUTH_KEY }}
repository: "artifacts-0"
project-name: "atlasnet"
Expand Down

0 comments on commit ac04cb8

Please sign in to comment.