.gitea/workflows/ci.yaml aktualisiert
Some checks failed
CI / build-and-deploy (push) Has been cancelled

This commit is contained in:
2026-04-12 14:29:51 +02:00
parent 895c577eb7
commit 5b1cc88def

View File

@@ -8,10 +8,10 @@ on:
jobs:
build-and-deploy:
runs-on: [ubuntu, prod, finanzen]
runs-on: [ubuntu]
env:
NODE_ENV: production
#NODE_ENV: production
NEXT_TELEMETRY_DISABLED: 1
DATABASE_URL: ${{ secrets.DATABASE_URL }}
NEXTAUTH_URL: ${{ secrets.NEXTAUTH_URL }}