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
Run and submit the CLI tests and use the URL of your service (e.g. bootdev config base_url https://test-vo4kpyh36a-uc.a.run.app/).