Skip to content

Commit

Permalink
updating deploy to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
iimpulse committed Dec 19, 2024
1 parent 5c41735 commit 75d4549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ontology-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ jobs:
--memory 3Gi --cpu 2 --min-instances 1 --max-instances 5 --no-cpu-throttling --ingress internal-and-cloud-load-balancing --service-account "${GCLOUD_SERVICE_ACCOUNT}"
echo "Invoke endpoint:"
gcloud run services update-traffic $SERVICE_NAME --to-latest
gcloud run services update-traffic $SERVICE_NAME --to-latest --region "${GLOUD_REGION}"
gcloud run services list --platform managed --format json | jq -r \
'.[] | select(.metadata.name == "google-cloud-run-maven-test") | .status.address.url'

0 comments on commit 75d4549

Please sign in to comment.