We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Assuming we're going with Travis, the .travis.yml file for building and pushing the Dockerfile will look something like:
.travis.yml
sudo: required services: - docker env: global: - REGISTRY_USER=welcomebot script: - docker build --tag skybet/welcomebot . after_script: - docker images before_deploy: - docker login -u "$REGISTRY_USER" -p "$REGISTRY_PASS" deploy: provider: script script: docker push skybet/welcomebot on: branch: master
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: