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