secondo commit
This commit is contained in:
parent
e664963226
commit
047484ea1c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue