feat: debug print at nextjs container start

This commit is contained in:
theoleuthardt 2025-02-28 11:47:55 +01:00
parent 1ef7f9f822
commit 2dad778d0e
3 changed files with 9 additions and 5 deletions

View file

@ -49,7 +49,7 @@ jobs:
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/werkzeugkiste-backend:latest
build-args: |
CORS_ALLOWED_ORIGIN=${{ secrets.CORS_ALLOWED_ORIGIN }}
CORS_ALLOWED_ORIGIN=${{ secrets.CORS_ALLOWED_ORIGIN }}
deploy-on-server:
needs: docker-build-push