From b0c68e46bdb341c5b299cd488c29f1e3ab177d26 Mon Sep 17 00:00:00 2001 From: Rudolf Date: Sun, 7 Apr 2024 18:01:17 +0200 Subject: [PATCH] =?UTF-8?q?Nov=C3=A1=20cesta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci/templates/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/templates/run.sh b/ci/templates/run.sh index 3089d3c..8c196d3 100644 --- a/ci/templates/run.sh +++ b/ci/templates/run.sh @@ -6,5 +6,5 @@ set -o nounset # exit when using undeclared variables set -o pipefail # catch non-zero exit code in pipes # set -o xtrace # uncomment for bug hunting -docker-compose -f /home/ansible/pywb/docker-compose-{{ env }}.yaml -p pywb-{{ env }} pull -docker-compose -f /home/ansible/pywb/docker-compose-{{ env }}.yaml -p pywb-{{ env }} up -d --remove-orphans \ No newline at end of file +docker-compose -f {{ pywb_dir }}/docker-compose-{{ env }}.yaml -p pywb-{{ env }} pull +docker-compose -f {{ pywb_dir }}/docker-compose-{{ env }}.yaml -p pywb-{{ env }} up -d --remove-orphans \ No newline at end of file