Files
hereconnect/.gitea/workflows/deploy.yaml
T
ti a64789bee4
Plenti Build / deploy (push) Failing after 51s
add action
2024-11-07 13:13:57 +02:00

20 lines
388 B
YAML

name: Plenti Build
run-name: ${{ github.actor }} deployed to build branch
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
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