From 442ef142fc4bd7c430d8a1314535f03576f616f6 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Sun, 24 Apr 2022 12:23:44 -0500 Subject: Rebranded from 'ferdi' to 'ferdium' (#4) --- .do/deploy.template.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to '.do') diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml index a17a225..f4321fd 100644 --- a/.do/deploy.template.yaml +++ b/.do/deploy.template.yaml @@ -4,43 +4,43 @@ spec: - rule: DOMAIN_FAILED databases: - engine: PG - name: ferdi-db + name: ferdium-db num_nodes: 1 size: db-s-dev-database version: "12" - name: ferdi-server + name: ferdium-server region: lon services: - dockerfile_path: Dockerfile git: branch: master - repo_clone_url: https://github.com/getferdi/server.git + repo_clone_url: https://github.com/ferdium/ferdium-server.git envs: - key: DB_HOST scope: RUN_AND_BUILD_TIME - value: ${ferdi-db.HOSTNAME} + value: ${ferdium-db.HOSTNAME} - key: DB_PORT scope: RUN_AND_BUILD_TIME - value: ${ferdi-db.PORT} + value: ${ferdium-db.PORT} - key: DB_USER scope: RUN_AND_BUILD_TIME - value: ${ferdi-db.USERNAME} + value: ${ferdium-db.USERNAME} - key: DB_PASSWORD scope: RUN_AND_BUILD_TIME - value: ${ferdi-db.PASSWORD} + value: ${ferdium-db.PASSWORD} - key: DB_DATABASE scope: RUN_AND_BUILD_TIME - value: ${ferdi-db.DATABASE} + value: ${ferdium-db.DATABASE} - key: DB_CA_CERT scope: RUN_AND_BUILD_TIME - value: ${ferdi-db.CA_CERT} + value: ${ferdium-db.CA_CERT} - key: DB_CONNECTION scope: RUN_AND_BUILD_TIME value: pg http_port: 8080 instance_count: 1 instance_size_slug: basic-xxs - name: ferdi-server + name: ferdium-server routes: - path: / source_dir: / -- cgit v1.2.3-54-g00ecf