Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Enables automated docker deploy #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

alaxalves
Copy link

@alaxalves alaxalves commented Oct 31, 2018

Hey @joenio I'm pushing the dockerhub deploy stack.
In order to work you should update your credentials to push to Docker:
1 - Install the Travis gem
gem install travis
2 - Run the following command, changing the env variables values to yours, in order to encrypt your credentials and make them available in your .travis.yml file:
travis encrypt DOCKER_USERNAME=my_docker_username --add env.matrix
travis encrypt DOCKER_PASSWORD=my_docker_password --add env.matrix
3 - You should see that you .travis.yml has changed, after that you're done!

If you had any problems check this

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant