This commit is contained in:
qiaofeng1227 2023-09-20 14:56:48 +08:00
parent 0f9590a6bd
commit 34604224c6

View file

@ -5,8 +5,10 @@ set -e
trap "sleep 1; continue" ERR
while true; do
set +e
docker cp websoft9-git:/var/websoft9/credential websoft9-apphub:/websoft9/credentials
docker cp websoft9-deployment:/var/websoft9/credential websoft9-apphub:/websoft9/credentials
docker cp websoft9-proxy:/var/websoft9/credential websoft9-apphub:/websoft9/credentials
set -e
sleep 3
done