Skip to content

Commit

Permalink
- fix make beta-deploy on deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mtracz committed Dec 12, 2023
1 parent 0100230 commit 9abac8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment/prod/deployment/beta/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ beta-artisan:
${DOCKER_EXEC_ARTISAN_COMMAND} ${ARTISAN_ARGS}

beta-deploy: decrypt-beta-env create-deployment-file
@docker compose --file ${DOCKER_COMPOSE_FILENAME} pull \
@docker compose --file ${DOCKER_COMPOSE_FILENAME} pull && \
docker compose --file ${DOCKER_COMPOSE_FILENAME} up --detach && \
echo "App post deploy actions" && \
${DOCKER_EXEC_SCRIPT} post-deploy-actions.sh
Expand Down

0 comments on commit 9abac8b

Please sign in to comment.