Add missing deploy tag

This commit is contained in:
Kacper Donat 2021-04-01 10:35:50 +02:00
parent af3fd29f1f
commit 192652ad9f
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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