Skip to content

Commit bef64df

Browse files
committed
deploy #20
1 parent e657aa4 commit bef64df

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,9 @@ jobs:
208208
restart: unless-stopped
209209
environment:
210210
- ASPNETCORE_ENVIRONMENT=Production
211-
- CONTENT_PATH=/app/content
212-
- UPLOADS_PATH=/app/uploads
213-
- JWT_SECRET=${JWT_SECRET}
211+
- Paths__Content=/app/content
212+
- Paths__Uploads=/app/uploads
213+
- Jwt__Secret=${JWT_SECRET}
214214
- SMTP_HOST=${SMTP_HOST:-}
215215
- SMTP_PORT=${SMTP_PORT:-587}
216216
- SMTP_USER=${SMTP_USER:-}

0 commit comments

Comments
 (0)