Skip to content

Commit

Permalink
Travis documentation suggests to use after_success
Browse files Browse the repository at this point in the history
Refer to travis-ci/travis-ci#4673
Reckon this something easy to live with and to an extent makes sense
  • Loading branch information
humblelistener committed Feb 22, 2016
1 parent 6a594cf commit 258f13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -23,7 +23,7 @@ script:
branches:
only:
- master
deploy:
after_success:
- "$(aws ecr get-login --region us-east-1)"
- docker tag bootstrap-webservice:$TRAVIS_JOB_ID
- docker push 047651431481.dkr.ecr.us-east-1.amazonaws.com/bootstrap-webservice:$TRAVIS_JOB_ID
Expand Down

0 comments on commit 258f13f

Please sign in to comment.