Add UPLOADS_PATH to deployment workflow: Include UPLOADS_PATH environment variable in deploy.yml to support image uploads configuration, enhancing deployment flexibility.
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 13m50s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 13m50s
This commit is contained in:
@@ -19,5 +19,6 @@ jobs:
|
||||
NEXTAUTH_URL: ${{ vars.NEXTAUTH_URL }}
|
||||
NEXTAUTH_SECRET: ${{ secrets.NEXTAUTH_SECRET }}
|
||||
PRISMA_DATA_PATH: ${{ vars.PRISMA_DATA_PATH }}
|
||||
UPLOADS_PATH: ${{ vars.UPLOADS_PATH }}
|
||||
run: |
|
||||
docker compose up -d --build
|
||||
|
||||
Reference in New Issue
Block a user