fix: adapt deploy workflow for Docker+NPM stack on VPS

This commit is contained in:
2026-03-21 08:54:02 +01:00
parent 0ae87f16c7
commit eb17d8dbff

View File

@@ -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/