Skip to content

Commit 8eb2de7

Browse files
committed
fix: add pull error note
1 parent c0978d5 commit 8eb2de7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/linux-provider/taito-deployment-deploy#post.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ ssh ${opts} "${taito_ssh_user}@${taito_host}" "
9696
(. taito-config.sh && docker-compose -f docker-compose-remote.yaml pull || :)
9797
echo
9898
echo [Stop docker-compose using the old configuration]
99+
echo NOTE: Pulling of local-only images will print an error! This is OK.
99100
(. taito-config.sh && docker-compose stop || :)
100101
echo
101102
echo [Start docker-compose using the new configuration]

0 commit comments

Comments
 (0)