Set up multisite Dokploy deployment
Some checks are pending
Build / build (push) Waiting to run

This commit is contained in:
Neeldhara Misra 2026-06-13 19:45:59 +02:00
parent 56f49d988d
commit 80c51bdfea
75 changed files with 383 additions and 1838 deletions

View file

@ -0,0 +1,17 @@
name: Build
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: docker
container:
image: node:22
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run build