mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-29 19:10:28 +01:00
Update node.js.yml
This commit is contained in:
4
.github/workflows/node.js.yml
vendored
4
.github/workflows/node.js.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
|||||||
script: |
|
script: |
|
||||||
cd ${{ secrets.PATH }}
|
cd ${{ secrets.PATH }}
|
||||||
yarn install
|
yarn install
|
||||||
yarn generate
|
yarn build
|
||||||
|
|
||||||
run:
|
run:
|
||||||
needs: [build]
|
needs: [build]
|
||||||
@@ -51,4 +51,4 @@ jobs:
|
|||||||
key: ${{ secrets.SSH_KEY }}
|
key: ${{ secrets.SSH_KEY }}
|
||||||
script: |
|
script: |
|
||||||
cd ${{ secrets.PATH }}
|
cd ${{ secrets.PATH }}
|
||||||
netlify deploy -p
|
pm2 restart artapi
|
||||||
|
|||||||
Reference in New Issue
Block a user