From a05fbfb85bc658d51428eeaa3cd5e2a24c60e893 Mon Sep 17 00:00:00 2001 From: g Date: Sun, 11 Jan 2026 09:37:20 +0000 Subject: [PATCH] Initial commit --- .gitea/workflows/build.yml | 27 +++++++++++++++++++++++++++ .gitignore | 5 +++++ 2 files changed, 32 insertions(+) create mode 100644 .gitea/workflows/build.yml diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml new file mode 100644 index 0000000..08eba07 --- /dev/null +++ b/.gitea/workflows/build.yml @@ -0,0 +1,27 @@ +name: Build Frontend + +on: [push] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v4 + + - name: Setup pnpm + uses: pnpm/action-setup@v2 + with: + version: 8 + + - name: Setup Node.js + uses: actions/setup-node@v4 + with: + node-version: '20.9.0' + cache: pnpm + + - name: Install dependencies + run: pnpm install + + - name: Build + run: pnpm build diff --git a/.gitignore b/.gitignore index 150e553..edf1d57 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,8 @@ public/git-info.json public/git-info.json public/git-info.json /.next - Copy + +# Docker Gitea +docker-compose.gitea.yml +runner/ +nginx/