Commit: Actions yaml update.
All checks were successful
Gitea CI/CD / build (push) Successful in 1m24s
All checks were successful
Gitea CI/CD / build (push) Successful in 1m24s
This commit is contained in:
@@ -33,7 +33,7 @@ jobs:
|
||||
username: ${{ secrets.SERVER_USERNAME }}
|
||||
password: ${{ secrets.SERVER_PASSWORD }}
|
||||
script: |
|
||||
if docker ps -a --format '{{.Names}}' | grep -q rokoh; then
|
||||
if docker ps -a --format '{{.Names}}' | grep -q plushealthtech; then
|
||||
docker stop plushealthtech || true
|
||||
docker rm plushealthtech || true
|
||||
docker image rm plushealthtech:latest
|
||||
|
||||
@@ -33,7 +33,7 @@ jobs:
|
||||
username: ${{ secrets.SERVER_USERNAME }}
|
||||
password: ${{ secrets.SERVER_PASSWORD }}
|
||||
script: |
|
||||
if docker ps -a --format '{{.Names}}' | grep -q rokoh; then
|
||||
if docker ps -a --format '{{.Names}}' | grep -q plushealthtech; then
|
||||
docker stop plushealthtech || true
|
||||
docker rm plushealthtech || true
|
||||
docker image rm plushealthtech:latest
|
||||
|
||||
Reference in New Issue
Block a user