File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3636 run : gcloud info
3737
3838 - name : Build and push Docker image
39- run : gcloud builds submit --tag us-central1-docker.pkg.dev/notely-491114/notely-ar-repo/notely:latest .
39+ run : gcloud builds submit --tag us-central1-docker.pkg.dev/notely-491114/notely-ar-repo/notely:latest .
40+
41+ - name : Deploy to Cloud Run
42+ run : gcloud run deploy notely --image us-central1-docker.pkg.dev/notely-491114/notely-ar-repo/notely:latest --region us-central1 --allow-unauthenticated --project notely-491114 --max-instances=4
Original file line number Diff line number Diff line change 66 </ head >
77
88 < body class ="section ">
9- < h1 > Notely</ h1 >
9+ < h1 > Welcome to Notely</ h1 >
1010
1111 < div id ="userCreationContainer " class ="section ">
1212 < input id ="nameField " type ="text " placeholder ="Enter your name " />
You can’t perform that action at this time.
0 commit comments