automatic deployment?

This commit is contained in:
2025-03-16 15:05:54 +02:00
parent 2849b21d30
commit 0d1aaf940b
2 changed files with 5 additions and 2 deletions

View File

@@ -37,4 +37,7 @@ jobs:
run: 'gcloud info' run: 'gcloud info'
- name: Push to Google - name: Push to Google
run: gcloud builds submit --tag us-central1-docker.pkg.dev/notely-453912/notely-ar-repo/notely:latest . run: gcloud builds submit --tag us-central1-docker.pkg.dev/notely-453912/notely-ar-repo/notely:latest .
- name: Deploy to Cloud Run
run: gcloud run deploy notely --image us-central1-docker.pkg.dev/notely-453912/notely-ar-repo/notely:latest --region s-central1 --allow-unauthenticated --project notely-453912 --max-instances=4

View File

@@ -7,7 +7,7 @@
</head> </head>
<body class="section"> <body class="section">
<h1>Notely</h1> <h1>Welcome to Notely</h1>
<div id="userCreationContainer" class="section"> <div id="userCreationContainer" class="section">
<input id="nameField" type="text" placeholder="Enter your name"> <input id="nameField" type="text" placeholder="Enter your name">