Created
December 21, 2014 23:28
-
-
Save Velrok/7a76a9972c2eeb0444e8 to your computer and use it in GitHub Desktop.
Example deploy script for giantswarm.io
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
swarm delete -y mb | |
swarm create --var=version=$(cat ./VERSION) swarm.json | |
sleep 1 | |
swarm start mb | |
sleep 1 | |
swarm status mb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment