.gitea/workflows/ci.yaml aktualisiert
Some checks failed
CI / build-and-deploy (push) Failing after 36s
Some checks failed
CI / build-and-deploy (push) Failing after 36s
This commit is contained in:
@@ -10,6 +10,13 @@ jobs:
|
|||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
runs-on: [ubuntu]
|
runs-on: [ubuntu]
|
||||||
|
|
||||||
|
env:
|
||||||
|
NODE_ENV: production
|
||||||
|
NEXT_TELEMETRY_DISABLED: 1
|
||||||
|
DATABASE_URL: ${{ secrets.DATABASE_URL }}
|
||||||
|
NEXTAUTH_URL: ${{ secrets.NEXTAUTH_URL }}
|
||||||
|
NEXTAUTH_SECRET: ${{ secrets.NEXTAUTH_SECRET }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user