Skip to content

Commit f78d0ae

Browse files
committed
run prod diesel migration command in a shell
1 parent eee33f6 commit f78d0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cache:
2525
- "$HOME/.cargo"
2626
before_deploy:
2727
- docker-compose exec -e DATABASE_URL=$(heroku config:get DATABASE_URL --app=rfcbot-rs) web \
28-
diesel migration run
28+
sh -c "diesel migration run"
2929
deploy:
3030
provider: script
3131
script: heroku container:release --app=rfcbot-rs

0 commit comments

Comments
 (0)