Skip to content

Commit

Permalink
- add sleep to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Blusia committed Sep 26, 2024
1 parent d811db2 commit 5721242
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions environment/prod/deployment/prod/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ CURRENT_DIR = $(shell pwd)
prod-deploy: decrypt-secrets create-deployment-file
@docker compose --file ${DOCKER_COMPOSE_FILENAME} pull && \
docker compose --file ${DOCKER_COMPOSE_FILENAME} up --detach && \
sleep 5 && \
echo "App post deploy actions" && \
${DOCKER_EXEC_SCRIPT} post-deploy-actions.sh

Expand Down

0 comments on commit 5721242

Please sign in to comment.