Created
February 14, 2019 13:25
-
-
Save 1c7/55c9d30415be5100afa3e4d21fc5519c to your computer and use it in GitHub Desktop.
Buddy ssh script
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
cd /var/www/ | |
export TAG=${BUDDY_EXECUTION_REVISION_SHORT} | |
envsubst < docker-stack.yml > file.tmp | |
sudo docker stack deploy --with-registry-auth --compose-file file.tmp buddy-cd-app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment