fix: align nginx_conf config name with its compose key
continuous-integration/drone/tag Build is passing
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:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user