We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0978d5 commit 8eb2de7Copy full SHA for 8eb2de7
scripts/linux-provider/taito-deployment-deploy#post.sh
@@ -96,6 +96,7 @@ ssh ${opts} "${taito_ssh_user}@${taito_host}" "
96
(. taito-config.sh && docker-compose -f docker-compose-remote.yaml pull || :)
97
echo
98
echo [Stop docker-compose using the old configuration]
99
+ echo NOTE: Pulling of local-only images will print an error! This is OK.
100
(. taito-config.sh && docker-compose stop || :)
101
102
echo [Start docker-compose using the new configuration]
0 commit comments