1 Commits

Author SHA1 Message Date
96eff362f8 fix: remove outdated env var from drone.yml (#4)
All checks were successful
continuous-integration/drone/push Build is passing
Seems to work fine now in CD on `main` ([see new version](https://recipes.coopcloud.tech/navidrome) `0.2.0` 🎉)

Reviewed-on: #4
Reviewed-by: decentral1se <decentral1se@noreply.git.coopcloud.tech>
Co-authored-by: Andrew <andrew@pharaohgraphy.com>
Co-committed-by: Andrew <andrew@pharaohgraphy.com>
2025-11-06 23:29:47 +00:00

View File

@ -6,7 +6,7 @@ steps:
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
settings:
host: swarm-test.autonomic.zone
stack: {{ .Name }}
stack: navidrome
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: navidrome.swarm-test.autonomic.zone
STACK_NAME: navidrome
LETS_ENCRYPT_ENV: production
EXTRA_VOLUME: "/dev/null:/tmp/.dummy"
trigger: