Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deployment settings for production #90

Merged
merged 1 commit into from
Nov 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/deploy_gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ env:
# Required for CI workflow
JAVA_VERSION: "15"
JAVA_DISTRIBUTION: "zulu"
GCP_SERVICE: cloudrun-test
GCP_REGION: us-west1
GCP_REPOSITORY: cloudrun-test-repo
GCP_SERVICE: service-app
GCP_REGION: europe-west1
GCP_REPOSITORY: thecodinglove
GCP_REPOSITORY_FORMAT: docker
GCP_REPOSITORY_IMAGE: cloudrun-test-image
GCP_REPOSITORY_IMAGE: thecodinglove-image
GCP_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}
GCP_SA_KEY_DEPLOY: ${{ secrets.GCP_SA_KEY_DEPLOY }}
# Required for build
Expand Down