1
0
mirror of https://github.com/Fayorg/calendrier-avant.git synced 2026-05-27 17:18:38 +02:00

Merge pull request #10 from Fayorg/dev

Refactor + optimization
This commit is contained in:
Elie Baier
2023-12-20 15:12:20 +01:00
committed by GitHub
45 changed files with 557 additions and 65 deletions

View File

@@ -75,7 +75,7 @@ jobs:
id: build-and-push
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
NEXT_TELEMETRY_DISABLED: 1
with:
context: .
push: ${{ github.event_name != 'pull_request' }}