Skip to content

Commit 8e15fa0

Browse files
committed
Name the compose service in the prod migration script.
1 parent 9a40a22 commit 8e15fa0

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
@@ -24,7 +24,7 @@ cache:
2424
directories:
2525
- "$HOME/.cargo"
2626
before_deploy:
27-
- docker-compose exec -e DATABASE_URL=$(heroku config:get DATABASE_URL --app=rfcbot-rs) \
27+
- docker-compose exec -e DATABASE_URL=$(heroku config:get DATABASE_URL --app=rfcbot-rs) web \
2828
diesel migration run
2929
deploy:
3030
provider: script

0 commit comments

Comments
 (0)