Skip to content

Instantly share code, notes, and snippets.

@Velrok
Created December 21, 2014 23:28
Show Gist options
  • Save Velrok/7a76a9972c2eeb0444e8 to your computer and use it in GitHub Desktop.
Save Velrok/7a76a9972c2eeb0444e8 to your computer and use it in GitHub Desktop.
Example deploy script for giantswarm.io
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