Skip to content

Commit 2c17b8d

Browse files
committed
Add cloud deploy step to cd
1 parent 294494e commit 2c17b8d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/cd.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,11 @@ jobs:
2020

2121
- name: Build notely
2222
run: scripts/buildprod.sh
23+
24+
- name: Set up gcloud
25+
uses: google-github-actions/setup-gcloud@v3
26+
with:
27+
version: ">= 363.0.0"
28+
29+
- name: Push docker image to Google artifact
30+
run : gcloud builds submit --tag us-central1-docker.pkg.dev/imperial-glyph-474220-u1/notely-ar-repo/notely:latest .

0 commit comments

Comments
 (0)