secondo commit

This commit is contained in:
AV77web 2026-05-25 10:43:55 +02:00
parent e664963226
commit 047484ea1c

View file

@ -21,7 +21,7 @@ jobs:
with:
node-version: "20"
cache: npm
cache-dependency-path: app/package-lock.json
cache-dependency-path: magricambi/package-lock.json
- name: Install dependencies
run: npm ci
@ -45,7 +45,7 @@ jobs:
key: ${{ secrets.VPS_SSH_KEY }}
script: |
echo "START DEPLOY"
cd /root/app
cd /root/magricambi
pwd
ls -la
git pull