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:
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue