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 eee33f6 commit f78d0aeCopy full SHA for f78d0ae
.travis.yml
@@ -25,7 +25,7 @@ cache:
25
- "$HOME/.cargo"
26
before_deploy:
27
- docker-compose exec -e DATABASE_URL=$(heroku config:get DATABASE_URL --app=rfcbot-rs) web \
28
- diesel migration run
+ sh -c "diesel migration run"
29
deploy:
30
provider: script
31
script: heroku container:release --app=rfcbot-rs
0 commit comments