Last active
July 19, 2018 15:29
-
-
Save weitzman/544bce14c0d0104d600328bd87a9f4f9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- run: docker-compose stop --timeout 30 mysql | |
- run: docker login -u $DOCKER_USER -p $DOCKER_API_KEY | |
- run: docker commit $(docker-compose ps -q mysql) mass/mysql-sanitized:latest | |
- run: docker push mass/mysql-sanitized:latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment