mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 07:45:49 +00:00
Update maven-publish.yml
This commit is contained in:
parent
7a0343dd0f
commit
462bbe7504
1 changed files with 8 additions and 8 deletions
16
.github/workflows/maven-publish.yml
vendored
16
.github/workflows/maven-publish.yml
vendored
|
@ -58,11 +58,11 @@ jobs:
|
|||
run: |
|
||||
docker push gcr.io/${{ secrets.GCP_PROJECT_ID }}/helloworld:latest
|
||||
|
||||
- name: Deploy
|
||||
run: |
|
||||
gcloud run deploy helloworld \
|
||||
--region europe-west1 \
|
||||
--image gcr.io/${{ secrets.GCP_PROJECT_ID }}/helloworld \
|
||||
--platform managed \
|
||||
--allow-unauthenticated \
|
||||
--project ${{ secrets.GCP_PROJECT_ID }}
|
||||
# - name: Deploy
|
||||
# run: |
|
||||
# gcloud run deploy helloworld \
|
||||
# --region europe-west1 \
|
||||
# --image gcr.io/${{ secrets.GCP_PROJECT_ID }}/helloworld \
|
||||
# --platform managed \
|
||||
# --allow-unauthenticated \
|
||||
# --project ${{ secrets.GCP_PROJECT_ID }}
|
||||
|
|
Loading…
Reference in a new issue