Add missing deploy tag
This commit is contained in:
parent
af3fd29f1f
commit
192652ad9f
@ -6,4 +6,4 @@ COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr
|
||||
RUN install-php-extensions {{ php_extensions|join(" ") }}
|
||||
|
||||
RUN apk update && apk add acl
|
||||
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
|
||||
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
|
@ -57,4 +57,6 @@
|
||||
- name: "Mark updated services as restarted"
|
||||
set_fact:
|
||||
services_to_restart: "{{ services_to_restart | difference((stack.stack_spec_diff | default('{}') | from_json).keys()) }}"
|
||||
tags:
|
||||
- deploy
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user