From e5164f2153b3698ed9cef35218573cdadd24b6bd Mon Sep 17 00:00:00 2001 From: Martin Kleinschrodt Date: Sat, 21 Aug 2021 09:32:32 +0200 Subject: [PATCH] Remove databases field from app spec template in an effort to make "deploy to digitalocean" button work --- .do/deploy.template.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml index e624f56c..993e26e5 100644 --- a/.do/deploy.template.yaml +++ b/.do/deploy.template.yaml @@ -1,7 +1,5 @@ name: padloc region: fra -databases: - - name: db envs: - key: PL_EMAIL_SERVER scope: RUN_TIME @@ -19,7 +17,6 @@ envs: scope: RUN_TIME - key: PL_DATA_STORAGE_HOST scope: RUN_TIME - value: ${db.HOSTNAME} - key: PL_DATA_STORAGE_TLS scope: RUN_TIME value: "true"