fix ci
Some checks failed
CI / Build and Deploy (push) Failing after 36s

This commit is contained in:
2026-05-05 22:23:51 +02:00
parent 42be01a646
commit 290718775a

View File

@@ -42,25 +42,15 @@ jobs:
if: gitea.event_name == 'push'
run: |
cd /opt/RFP_Finanzen
npm install
- name: Prisma generate
if: gitea.event_name == 'push'
run: |
cd /opt/RFP_Finanzen
npx prisma generate
- name: Run Prisma migrations
if: gitea.event_name == 'push'
run: |
cd /opt/RFP_Finanzen
npx prisma migrate deploy
rm -rf node_modules .next
npm ci
- name: Build app
if: gitea.event_name == 'push'
run: |
cd /opt/RFP_Finanzen
rm -rf node_modules .next
npx prisma generate
npx prisma migrate deploy
npm run build
- name: Restart service