From eb17d8dbff9043468bbe14e7de656f148ae9febb Mon Sep 17 00:00:00 2001 From: Carlos Palanca Date: Sat, 21 Mar 2026 08:54:02 +0100 Subject: [PATCH] fix: adapt deploy workflow for Docker+NPM stack on VPS --- .github/workflows/deploy.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 70b2659..d39a9e1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,9 +40,4 @@ jobs: rsync -avz --delete \ -e "ssh -i ~/.ssh/deploy_key" \ ./dist/ \ - ${{ secrets.VPS_USER }}@${{ secrets.VPS_HOST }}:/var/www/carlospalanca.es/ - - - name: Reload nginx - run: | - ssh -i ~/.ssh/deploy_key ${{ secrets.VPS_USER }}@${{ secrets.VPS_HOST }} \ - "nginx -t && sudo systemctl reload nginx" + ${{ secrets.VPS_USER }}@${{ secrets.VPS_HOST }}:/opt/stacks/carlospalanca/html/