Commit: Actions yaml update.
All checks were successful
Gitea CI/CD / build (push) Successful in 1m24s

This commit is contained in:
clive
2024-05-19 13:42:10 +10:00
parent d94a070824
commit 4ea256b964
2 changed files with 2 additions and 2 deletions

View File

@@ -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