From 4ea256b9647e6a0fae988f7459b603252bc0dcc3 Mon Sep 17 00:00:00 2001 From: clive Date: Sun, 19 May 2024 13:42:10 +1000 Subject: [PATCH] Commit: Actions yaml update. --- .gitea/workflows/default.yml | 2 +- plushealthtech/.gitea/workflows/default.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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