From ec1addc2652c4087c15e1b39daf34e5a6c922823 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 3 Jan 2025 17:56:54 +0100 Subject: [PATCH] fix: use comments for .drone since not templated I'm not sure updating `abra` to template these files is the best idea as I'm actually hoping we'll be migrating away from this in the future. For now, I use comments instead of leaving the ugly `{{ ... }}` in the file. --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3587265..47080d2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest settings: host: swarm-test.autonomic.zone - stack: {{ .Name }} + stack: example_com # UPDATE ME generate_secrets: true purge: true deploy_key: @@ -14,8 +14,8 @@ steps: networks: - proxy environment: - DOMAIN: {{ .Name }}.swarm-test.autonomic.zone - STACK_NAME: {{ .Name }} + DOMAIN: example.swarm-test.autonomic.zone # UPDATE ME + STACK_NAME: example_com # UPDATE ME LETS_ENCRYPT_ENV: production trigger: branch: