From 62b45344c38ff01a1f0d9ccd3a029e2dc7622680 Mon Sep 17 00:00:00 2001 From: Didier Date: Sat, 29 Apr 2023 21:42:11 +0200 Subject: [PATCH] add clean step --- .github/workflows/update-server.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-server.yml b/.github/workflows/update-server.yml index a48dad9..a51237d 100644 --- a/.github/workflows/update-server.yml +++ b/.github/workflows/update-server.yml @@ -25,6 +25,8 @@ jobs: SSH_KEY: ${{ secrets.SSH_PRIVATE_KEY }} - name: update git run: ssh staging srvctl -fn neo mm u git + - name: clean docker compose + run: ssh staging srvctl -fn neo mm c - name: enforce new config run: ssh staging srvctl -fn neo mm e - name: send ping to ntfy