You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,3 +12,7 @@ A demo Quotes REST API using Node.js and PostgreSQL. Built with Express Js for t
12
12
Hit the `URL/quotes` to get some great programming quotes like below:
13
13
14
14

15
+
16
+
## Deploy using Cloud Build
17
+
18
+
There is a Cloudbuild.yml file in the repository, if you want to setup a deployment pipeline with Cloud Build you can follow the [official guide](https://cloud.google.com/build/docs/deploying-builds/deploy-cloud-run).
0 commit comments