Skip to content

Commit

Permalink
Nová cesta
Browse files Browse the repository at this point in the history
  • Loading branch information
westfood committed Apr 7, 2024
1 parent 61bb51f commit b0c68e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/templates/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

0 comments on commit b0c68e4

Please sign in to comment.