From 4d174dc5e7130beb94449291882f7906bc11c956 Mon Sep 17 00:00:00 2001 From: Naveen MR Date: Sun, 18 Sep 2022 21:56:53 +0100 Subject: [PATCH] chore: added webstorm command Start::IDE --- .do/deploy.template.yaml | 24 ++++++++++++++++++++++++ .run/Clear metadb.run.xml | 2 +- .run/Run GUI v2.run.xml | 12 ------------ .run/Run NocoDB Sqlite.run.xml | 2 +- .run/build.run.xml | 4 ++-- .run/dev.run.xml | 2 +- .run/start_nocodb.run.xml | 7 +++++++ .run/watch_run_mysql.run.xml | 2 +- 8 files changed, 37 insertions(+), 18 deletions(-) create mode 100644 .do/deploy.template.yaml delete mode 100644 .run/Run GUI v2.run.xml create mode 100644 .run/start_nocodb.run.xml 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 @@ - - - - - -