[Closes #17] Fixed issues in deploy pipeline and modified some Forgejo templates
All checks were successful
Production Build and Deploy / Build (push) Successful in 1m25s
Production Build and Deploy / Deploy (push) Successful in 22s

This commit is contained in:
Liviu Burcusel 2026-01-13 11:23:22 +01:00
parent 845f830ab3
commit 7e17984377
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C
10 changed files with 12 additions and 11 deletions

View file

@ -26,6 +26,7 @@ jobs:
- name: Install dependencies
run: npm ci
env:
NUXT_PUBLIC_SITE_URL: ${{ vars.NUXT_PUBLIC_SITE_URL }}
DATABASE_URL: "N/A"
BETTER_AUTH_SECRET: "N/A"
BETTER_AUTH_URL: "N/A"
@ -42,6 +43,7 @@ jobs:
- name: Build site
env:
NITRO_PRESET: node_cluster
NUXT_PUBLIC_SITE_URL: ${{ vars.NUXT_PUBLIC_SITE_URL }}
DATABASE_URL: "N/A"
BETTER_AUTH_SECRET: "N/A"
BETTER_AUTH_URL: "N/A"