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.
This commit is contained in:
decentral1se 2025-01-03 17:56:54 +01:00
parent f2ca310307
commit ec1addc265
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -6,7 +6,7 @@ steps:
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
settings: settings:
host: swarm-test.autonomic.zone host: swarm-test.autonomic.zone
stack: {{ .Name }} stack: example_com # UPDATE ME
generate_secrets: true generate_secrets: true
purge: true purge: true
deploy_key: deploy_key:
@ -14,8 +14,8 @@ steps:
networks: networks:
- proxy - proxy
environment: environment:
DOMAIN: {{ .Name }}.swarm-test.autonomic.zone DOMAIN: example.swarm-test.autonomic.zone # UPDATE ME
STACK_NAME: {{ .Name }} STACK_NAME: example_com # UPDATE ME
LETS_ENCRYPT_ENV: production LETS_ENCRYPT_ENV: production
trigger: trigger:
branch: branch: