

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Still calibrating
click for more info
Not enough gems
Cost: 6 gems
1: Google Cloud Run
incomplete
2: Cloud Run Review
incomplete
3: Delete the Test
incomplete
4: Cloud Run Custom
incomplete
5: Cloud Run Updates
incomplete
This lesson's interactive features are locked, please to keep using them
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.
- 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
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.