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 }}
|
username: ${{ secrets.SERVER_USERNAME }}
|
||||||
password: ${{ secrets.SERVER_PASSWORD }}
|
password: ${{ secrets.SERVER_PASSWORD }}
|
||||||
script: |
|
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 stop plushealthtech || true
|
||||||
docker rm plushealthtech || true
|
docker rm plushealthtech || true
|
||||||
docker image rm plushealthtech:latest
|
docker image rm plushealthtech:latest
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ jobs:
|
|||||||
username: ${{ secrets.SERVER_USERNAME }}
|
username: ${{ secrets.SERVER_USERNAME }}
|
||||||
password: ${{ secrets.SERVER_PASSWORD }}
|
password: ${{ secrets.SERVER_PASSWORD }}
|
||||||
script: |
|
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 stop plushealthtech || true
|
||||||
docker rm plushealthtech || true
|
docker rm plushealthtech || true
|
||||||
docker image rm plushealthtech:latest
|
docker image rm plushealthtech:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user