aboutsummaryrefslogtreecommitdiffstats
path: root/.do/deploy.template.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.do/deploy.template.yaml')
-rw-r--r--.do/deploy.template.yaml46
1 files changed, 0 insertions, 46 deletions
diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml
deleted file mode 100644
index eae9e22..0000000
--- a/.do/deploy.template.yaml
+++ /dev/null
@@ -1,46 +0,0 @@
1spec:
2 alerts:
3 - rule: DEPLOYMENT_FAILED
4 - rule: DOMAIN_FAILED
5 databases:
6 - engine: PG
7 name: ferdium-db
8 num_nodes: 1
9 size: db-s-dev-database
10 version: "12"
11 name: ferdium-server
12 region: lon
13 services:
14 - dockerfile_path: Dockerfile
15 git:
16 branch: main
17 repo_clone_url: https://github.com/ferdium/ferdium-server.git
18 envs:
19 - key: DB_HOST
20 scope: RUN_AND_BUILD_TIME
21 value: ${ferdium-db.HOSTNAME}
22 - key: DB_PORT
23 scope: RUN_AND_BUILD_TIME
24 value: ${ferdium-db.PORT}
25 - key: DB_USER
26 scope: RUN_AND_BUILD_TIME
27 value: ${ferdium-db.USERNAME}
28 - key: DB_PASSWORD
29 scope: RUN_AND_BUILD_TIME
30 value: ${ferdium-db.PASSWORD}
31 - key: DB_DATABASE
32 scope: RUN_AND_BUILD_TIME
33 value: ${ferdium-db.DATABASE}
34 - key: DB_CA_CERT
35 scope: RUN_AND_BUILD_TIME
36 value: ${ferdium-db.CA_CERT}
37 - key: DB_CONNECTION
38 scope: RUN_AND_BUILD_TIME
39 value: pg
40 http_port: 8080
41 instance_count: 1
42 instance_size_slug: basic-xxs
43 name: ferdium-server
44 routes:
45 - path: /
46 source_dir: /