From 47bd0571f99b1ddd38f1d02eda28e04d919ec3da Mon Sep 17 00:00:00 2001 From: Alex Turchyn Date: Fri, 7 Jul 2023 01:31:36 +0300 Subject: [PATCH] add deployment to DigitalOcean --- .do/deploy.template.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .do/deploy.template.yaml diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml new file mode 100644 index 00000000..d158d881 --- /dev/null +++ b/.do/deploy.template.yaml @@ -0,0 +1,18 @@ +spec: + name: docuseal + services: + - name: docuseal + dockerfile_path: Dockerfile + git: + repo_clone_url: https://github.com/docusealco/docuseal.git + branch: master + envs: + - key: SECRET_KEY_BASE + value: "- 64 characters string 64 characters string 64 characters string -" + type: SECRET + scope: RUN_TIME + - key: DATABASE_URL + scope: RUN_TIME + value: ${docuseal-db.DATABASE_URL} + databases: + - name: docuseal-db