Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
eike-hass committed May 2, 2024
1 parent 8ef90f6 commit fa2d414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deployment.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
echo "building the image ..."
docker compose -f ../docker-compose.yml pull
docker compose -f ../docker-compose.yml pull --ignore-pull-failures
docker compose -f ../docker-compose.yml build --pull --no-cache #TODO: discuss flags

echo "shuting down the docker compose ..."
Expand Down

0 comments on commit fa2d414

Please sign in to comment.