fix: align nginx_conf config name with its compose key
continuous-integration/drone/tag Build is passing

Name dropped the _conf suffix, so abra's live-vs-desired lookup
(keyed by compose config name) never matched and always showed
nginx_conf as (new) on deploy, even when unchanged.
This commit was merged in pull request #103.
This commit is contained in:
2026-08-09 13:00:35 +00:00
committed by ineiti
parent c7152cc390
commit abd102e3a8
+1 -1
View File
@@ -154,7 +154,7 @@ volumes:
configs:
nginx_conf:
name: ${STACK_NAME}_nginx_${NGINX_CONF_VERSION}
name: ${STACK_NAME}_nginx_conf_${NGINX_CONF_VERSION}
file: nginx.conf.tmpl
template_driver: golang
fpm_tune: