Skip to content

Commit

Permalink
Fix the permission issues causing the deployment to fail.
Browse files Browse the repository at this point in the history
Ensure the Travis CI user owns the build artefacts.
  • Loading branch information
Homme Zwaagstra committed Nov 24, 2016
1 parent ce400de commit 9e27e44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ before_install:
- sudo mv docker-compose /usr/local/bin
script:
- docker-compose run dev make
before_deploy:
- sudo chown --changes --recursive $(whoami):$(id --group $(whoami)) .
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 9e27e44

Please sign in to comment.