We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d8eae commit 9a40a22Copy full SHA for 9a40a22
.travis.yml
@@ -24,7 +24,7 @@ cache:
24
directories:
25
- "$HOME/.cargo"
26
before_deploy:
27
- - DATABASE_URL=$(heroku config:get DATABASE_URL --app=rfcbot-rs) \
+ - docker-compose exec -e DATABASE_URL=$(heroku config:get DATABASE_URL --app=rfcbot-rs) \
28
diesel migration run
29
deploy:
30
provider: script
0 commit comments