|
@ -17,4 +17,4 @@ ssh root:zwsd@192.168.8.10 "cd /frontend && ln -s /frontend/$now /frontend/dist" |
|
|
ssh root:zwsd@192.168.8.10 "cd /frontend && rm -f app.zip" |
|
|
ssh root:zwsd@192.168.8.10 "cd /frontend && rm -f app.zip" |
|
|
Remove-Item -Path ./app.zip |
|
|
Remove-Item -Path ./app.zip |
|
|
# remove folder |
|
|
# remove folder |
|
|
Remove-Item -Path ./$now -Recurse |
|
|
|
|
|
|
|
|
Remove-Item -Path ./$now -Recurse |