Skip to content

Commit

Permalink
Merge pull request #6 from statisticsnorway/update-ref-tag-to-prod
Browse files Browse the repository at this point in the history
Update ref tag to prod
  • Loading branch information
damirmedakovic authored Feb 23, 2023
2 parents f2f3bac + 75c0889 commit a2b2fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_cloud_run_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cd /workspace/automation/source_data/$FOLDER_NAME
echo "## Updating image used by cloud run for: ${FOLDER_NAME}"

set +e
gcloud run deploy source-$FOLDER_NAME-processor --image europe-north1-docker.pkg.dev/artifact-registry-14da/ssb-docker/ssb/statistikktjenester/automation/source_data/$TEAM_NAME/$FOLDER_NAME:latest --region europe-north1
gcloud run deploy source-$FOLDER_NAME-processor --image europe-north1-docker.pkg.dev/artifact-registry-14da/ssb-docker/ssb/statistikktjenester/automation/source_data/$TEAM_NAME/$FOLDER_NAME:prod --region europe-north1
gcloud_ret=$?
set -e
if [ $gcloud_ret -ne 0 ]; then exit $gcloud_ret; fi

0 comments on commit a2b2fd8

Please sign in to comment.