automatic deployment?
This commit is contained in:
5
.github/workflows/cd.yml
vendored
5
.github/workflows/cd.yml
vendored
@@ -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
|
||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user