mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
systemd
This commit is contained in:
parent
0f9590a6bd
commit
34604224c6
1 changed files with 2 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue