We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Cloud Run Updates

Now that we have a service configured and running, let's update our GitHub actions workflow to automatically deploy changes to the app when we push to the main branch.

Assignment

- name: Deploy to Cloud Run
  run: gcloud run deploy notely --image REGION-docker.pkg.dev/PROJECT_ID/REPO_NAME/IMAGE:TAG --region REGION --allow-unauthenticated --project PROJECT_ID --max-instances=4

Make a Change and Push to GitHub

Submit the CLI tests and use the URL of your service (e.g. bootdev config base_url https://test-vo4kpyh36a-uc.a.run.app/). There's no penalty on failure for this lesson.