Skip to content

Commit

Permalink
Docker push in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtabiberle committed Mar 25, 2019
1 parent 3eacf74 commit 236c6b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ deploy:

after_deploy:
- docker build -t vojtabiberle/docker-hostmanager .
- docker_push.sh
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- docker push vojtabiberle/docker-hostmanager
4 changes: 0 additions & 4 deletions docker_push.sh

This file was deleted.

0 comments on commit 236c6b7

Please sign in to comment.