.gitea/workflows/ci.yaml aktualisiert
Some checks failed
CI / build-and-deploy (push) Has been cancelled
Some checks failed
CI / build-and-deploy (push) Has been cancelled
This commit is contained in:
@@ -8,10 +8,10 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
runs-on: [ubuntu, prod, finanzen]
|
runs-on: [ubuntu]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
NODE_ENV: production
|
#NODE_ENV: production
|
||||||
NEXT_TELEMETRY_DISABLED: 1
|
NEXT_TELEMETRY_DISABLED: 1
|
||||||
DATABASE_URL: ${{ secrets.DATABASE_URL }}
|
DATABASE_URL: ${{ secrets.DATABASE_URL }}
|
||||||
NEXTAUTH_URL: ${{ secrets.NEXTAUTH_URL }}
|
NEXTAUTH_URL: ${{ secrets.NEXTAUTH_URL }}
|
||||||
|
|||||||
Reference in New Issue
Block a user