diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d63df7a..608baef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: key: ${{ secrets.SSH_PRIVATE_KEY }} script: | cd monitor-im-flur - docker pull git.rivercry.com/wg/monitor-im-flur:latest - docker stop monitor-im-flur || true - docker rm monitor-im-flur || true - docker run -d --name monitor-im-flur git.rivercry.com/wg/monitor-im-flur:latest \ No newline at end of file + docker-compose pull + docker-compose stop || true + docker-compose rm || true + docker-compose up -d \ No newline at end of file