Update-remaining-files
Some checks failed
CI / build-and-test (push) Failing after 1m50s
CI / deploy (push) Has been skipped

This commit is contained in:
SpecialX
2026-02-24 16:07:15 +08:00
parent a2e89ce795
commit ac859ee560
4 changed files with 17 additions and 3 deletions

View File

@@ -124,8 +124,11 @@ jobs:
-p 8015:3000 \
--restart unless-stopped \
--name nextjs-app \
--network 1panel-network \
-e NODE_ENV=production \
-e DATABASE_URL=${{ secrets.DATABASE_URL }} \
-e NEXTAUTH_SECRET=${{ secrets.NEXTAUTH_SECRET }} \
-e NEXTAUTH_URL=${{ secrets.NEXTAUTH_URL }} \
-e NEXT_TELEMETRY_DISABLED=1 \
nextjs-app