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

This commit is contained in:
2026-05-05 22:17:02 +02:00
parent 24276f5ad8
commit 42be01a646

View File

@@ -60,7 +60,7 @@ jobs:
if: gitea.event_name == 'push' if: gitea.event_name == 'push'
run: | run: |
cd /opt/RFP_Finanzen cd /opt/RFP_Finanzen
rm -rf .next rm -rf node_modules .next
npm run build npm run build
- name: Restart service - name: Restart service