Files
hereconnect/.gitea/workflows/deploy.yaml
T
ti c5598ecd19
Main daploy / deploy (push) Successful in 1m30s
ci try volumes
2024-11-07 13:42:47 +02:00

26 lines
534 B
YAML

name: Main daploy
run-name: ${{ github.actor }} deployed to build branch
on:
push:
branches:
- main
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
with:
node-version: '22'
- name: Clean install dependencies and build
run: |
npm ci
npm run build
ls /www/hereconnect.condev.ru/current