This file contains hidden or 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
# This file will automatically deploy j1.io using Docker to /var/www/j1.io | |
printf "Starting deployment...\n" | |
cd /var/www | |
printf "Cleaning up before starting...\n" | |
rm -rf j1.io | |
docker stop j1.io | |
docker rm j1.io | |
docker rmi jswny/j1.io |
NewerOlder