diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be42599..ea3a22c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,4 @@ jobs: username: ${{ secrets.VPS_USER }} key: ${{ secrets.VPS_SSH_KEY }} script: | - cd ~/deployments/contact-api - docker pull ghcr.io/vimal-java-dev/vimaltech-contact-api:latest - docker compose up -d - docker image prune -f \ No newline at end of file + /home/deploy/deploy.sh \ No newline at end of file