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 9a40a22 commit 8e15fa0Copy full SHA for 8e15fa0
.travis.yml
@@ -24,7 +24,7 @@ cache:
24
directories:
25
- "$HOME/.cargo"
26
before_deploy:
27
- - docker-compose exec -e DATABASE_URL=$(heroku config:get DATABASE_URL --app=rfcbot-rs) \
+ - docker-compose exec -e DATABASE_URL=$(heroku config:get DATABASE_URL --app=rfcbot-rs) web \
28
diesel migration run
29
deploy:
30
provider: script
0 commit comments