Skip to content

Commit e47125d

Browse files
committed
update h1 and add deploy step
1 parent 623dcd8 commit e47125d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/cd.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,7 @@ jobs:
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

src/assets/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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" />

0 commit comments

Comments
 (0)