correazione in .github/workflows/deploy.yml cd /root/corrieribackend
All checks were successful
Deploy to VPS / build (push) Successful in 14s
Deploy to VPS / deploy (push) Successful in 20s

This commit is contained in:
AV77web 2026-06-21 00:17:46 +02:00
parent 0d82ae4bdf
commit 8440b6da39

View file

@ -41,6 +41,6 @@ jobs:
key: ${{ secrets.VPS_SSH_KEY }} key: ${{ secrets.VPS_SSH_KEY }}
script: | script: |
echo "START DEPLOY" echo "START DEPLOY"
cd /opt/apps/corrieribackend cd /root/corrieribackend
git pull --ff-only git pull --ff-only
docker compose up -d --build docker compose up -d --build