mirror of
https://github.com/caprover/caprover
synced 2025-12-12 14:25:39 +00:00
updated clean deploy scripts
This commit is contained in:
@@ -6,7 +6,7 @@ if ! [ $(id -u) = 0 ]; then
|
||||
fi
|
||||
|
||||
pwd > currentdirectory
|
||||
docker service rm captain-captain captain-nginx captain-certbot captain-registry
|
||||
docker service rm $(docker service ls -q)
|
||||
sleep 1s
|
||||
docker secret rm captain-salt
|
||||
docker build -t captain-debug -f dockerfile-captain.debug .
|
||||
|
||||
Reference in New Issue
Block a user