@@ -1,4 +1,4 @@
|
|||||||
name: Plenti Build
|
name: Main daploy
|
||||||
run-name: ${{ github.actor }} deployed to build branch
|
run-name: ${{ github.actor }} deployed to build branch
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -9,6 +9,10 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
container:
|
||||||
|
volumes:
|
||||||
|
- /www/hereconnect.condev.ru:/www/hereconnect.condev.ru
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
@@ -17,4 +21,5 @@ jobs:
|
|||||||
- name: Clean install dependencies and build
|
- name: Clean install dependencies and build
|
||||||
run: |
|
run: |
|
||||||
npm ci
|
npm ci
|
||||||
npm run build
|
npm run build
|
||||||
|
ls /www/hereconnect.condev.ru/current
|
||||||
|
|||||||
Reference in New Issue
Block a user