From 17b244a6450669c890dfd0a7cc5a695e76bfeaa3 Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Thu, 25 Feb 2021 06:25:21 -0800 Subject: [PATCH] Remove WIP do folder --- .do/deploy.template.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .do/deploy.template.yaml diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml deleted file mode 100644 index 202e2f0d..00000000 --- a/.do/deploy.template.yaml +++ /dev/null @@ -1,18 +0,0 @@ -spec: - name: babybuddy - services: - - name: babybuddy-app - git: - branch: main - repo_clone_url: https://github.com/babybuddy/babybuddy.git - envs: - - key: DJANGO_SETTINGS_MODULE - value: "DB-password-testvalue" - type: SECRET - - key: SECRET_KEY - type: SECRET - - key: TIME_ZONE - value: "Etc/UTC" - databases: - - name: babybuddy-db - engine: PG \ No newline at end of file