Skip to content

Commit 3287978

Browse files
committed
feat: deploy to digitalocean
Signed-off-by: mertmit <mertmit99@gmail.com>
1 parent 9278147 commit 3287978

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.do/deploy.template.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
spec:
2+
name: nocodb
3+
services:
4+
- name: nocodb
5+
dockerfile_path: Dockerfile
6+
git:
7+
branch: main
8+
repo_clone_url: https://github.com/nocodb/nocodb-seed-heroku.git
9+
envs:
10+
- key: NC_DB
11+
scope: RUN_TIME
12+
value: pg://${xc.HOSTNAME}:${xc.PORT}?u=${xc.USERNAME}&p=${xc.PASSWORD}&d=${xc.DATABASE}&ssl=no-verify
13+
databases:
14+
- name: xc

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@
1212

1313

1414
[![Deploy](https://raw.githubusercontent.com/run-x/opta/main/assets/deploy-to-aws-using-opta.svg)](https://app.runx.dev/deploy-with-aws?url=https%3A%2F%2Fgithub.com%2Fnocodb%2Fnocodb-seed-heroku%2Fblob%2Fmain%2Fopta.yaml&name=NocoDB)
15+
16+
[![Deploy to DO](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/nocodb/nocodb-seed-heroku/tree/main)

0 commit comments

Comments
 (0)