Skip to content

Commit 7b6befb

Browse files
authored
Merge pull request #1 from geshan/clean-up-for-cloud-run
Clean up the repo for Cloud run and upgrade node to 18
2 parents d57d7db + 98ded8e commit 7b6befb

File tree

6 files changed

+4
-69
lines changed

6 files changed

+4
-69
lines changed

.qovery.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14-alpine as base
1+
FROM node:18-alpine as base
22
WORKDIR /src
33
COPY package*.json ./
44
EXPOSE 3000

README.md

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,7 @@
1-
# nodejs-posgresql
1+
# nodejs-posgresql for Cloud Run
22

33
A demo Quotes REST API using Node.js and PostgreSQL. Built with Express Js for this [Node.js PostgreSQL tutorial](https://geshan.com.np/blog/2021/01/nodejs-postgresql-tutorial/).
44

5-
## Deploy with Heroku
5+
## Deploy on Google Cloud Run
66

7-
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/geshan/nodejs-posgresql/tree/master)
8-
9-
## Deploy with Vercel
10-
11-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fgeshan%2Fnodejs-posgresql)
12-
13-
## Deploy to [Cyclic](https://app.cyclic.sh/#/join/geshan)
14-
15-
[![Deploy to Cyclic](https://deploy.cyclic.app/button.svg)](https://deploy.cyclic.app/)
16-
17-
## Deploy to [Render](https://render.com?utm_source=geshan.com.np)
18-
19-
[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy)
20-
21-
### Running on Vercel
22-
23-
At: [https://nodejs-postgresql.vercel.app/quotes](https://nodejs-postgresql.vercel.app/quotes)
7+
[![Run on Google Cloud](https://deploy.cloud.run/button.svg)](https://deploy.cloud.run)

app.arc

Lines changed: 0 additions & 12 deletions
This file was deleted.

render.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

vercel.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)