diff --git a/.all-contributorsrc b/.all-contributorsrc index 1787418b03..d473b894eb 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -864,6 +864,15 @@ "contributions": [ "code" ] + }, + { + "login": "dolsem", + "name": "Denis Olsem", + "avatar_url": "https://avatars.githubusercontent.com/u/14323955?v=4", + "profile": "https://github.com/dolsem", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml new file mode 100644 index 0000000000..10d5a4f1f9 --- /dev/null +++ b/.do/deploy.template.yaml @@ -0,0 +1,24 @@ +spec: + name: nocodb + services: + - name: nocodb + image: + registry_type: DOCKER_HUB + registry: nocodb + repository: nocodb + tag: latest + run_command: "./server/scripts/digitalocean-postbuild.sh" + instance_size_slug: "basic-s" + health_check: + initial_delay_seconds: 10 + http_path: /api/health + envs: + - key: NODE_ENV + value: "production" + - key: DATABASE_URL + scope: RUN_TIME + value: ${postgres.DATABASE_URL} + databases: + - name: postgres + engine: PG + production: false diff --git a/.run/Clear metadb.run.xml b/.run/Clear metadb.run.xml index b86ac7542d..cb1fde35ef 100644 --- a/.run/Clear metadb.run.xml +++ b/.run/Clear metadb.run.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/.run/Run GUI v2.run.xml b/.run/Run GUI v2.run.xml deleted file mode 100644 index e5333e2ee0..0000000000 --- a/.run/Run GUI v2.run.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - -