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