Skip to content

Commit

Permalink
Update deploy.prod.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pahaz committed Apr 19, 2021
1 parent 2a94211 commit 354dea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.prod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ run "docker tag ${DOCKER_IMAGE} dokku/${APP}:${VERSION}"
run "dokku tags:deploy ${APP} ${VERSION}"

action "Run migrations"
run "docker exec -u root ${APP}.web.1 '${DOCKER_COMPOSE_MIGRATION_COMMAND}'"
run "docker exec -u root ${APP}.web.1 ${DOCKER_COMPOSE_MIGRATION_COMMAND}"

0 comments on commit 354dea0

Please sign in to comment.