Skip to content

Commit 0439aed

Browse files
committed
Adds deploy instructions
1 parent 449fa5b commit 0439aed

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ No. Primarily because you shouldn't really query your database directly from a c
4747
2. Run `npm run dev`
4848
3. Run `npm test` while you work
4949

50+
**Deploy**
51+
52+
Deploys are automated on tag:
53+
54+
```sh
55+
git tag <version> # use package.json version
56+
git push origin --tags
57+
```
58+
5059
## Licence
5160

5261
Apache 2.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supabase/pg-api",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "A RESTful API for managing your Postgres.",
55
"main": "src/start.js",
66
"bin": "src/start.js",

0 commit comments

Comments
 (0)