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