diff --git a/.gitea/workflows/default.yml b/.gitea/workflows/default.yml index b3c8082..397d745 100644 --- a/.gitea/workflows/default.yml +++ b/.gitea/workflows/default.yml @@ -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 diff --git a/plushealthtech/.gitea/workflows/default.yml b/plushealthtech/.gitea/workflows/default.yml index b3c8082..397d745 100644 --- a/plushealthtech/.gitea/workflows/default.yml +++ b/plushealthtech/.gitea/workflows/default.yml @@ -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