Skip to content

Commit 4236dbc

Browse files
committed
it's always yaml strings and escaping. always.
1 parent f78d0ae commit 4236dbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ before_cache:
2323
cache:
2424
directories:
2525
- "$HOME/.cargo"
26-
before_deploy:
27-
- docker-compose exec -e DATABASE_URL=$(heroku config:get DATABASE_URL --app=rfcbot-rs) web \
28-
sh -c "diesel migration run"
26+
before_deploy: |
27+
docker-compose exec -e DATABASE_URL=$(heroku config:get DATABASE_URL --app=rfcbot-rs) web \
28+
diesel migration run
2929
deploy:
3030
provider: script
3131
script: heroku container:release --app=rfcbot-rs

0 commit comments

Comments
 (0)