chore: 部署环境改为 Development
All checks were successful
Build and Deploy AdminApi / build-and-deploy (push) Successful in 39s

This commit is contained in:
msumshk
2026-02-05 21:24:16 +08:00
parent 2eb309ccec
commit c02a15f1b9

View File

@@ -46,7 +46,7 @@ jobs:
--name adminapi \
--restart unless-stopped \
-p 7801:7801 \
-e ASPNETCORE_ENVIRONMENT=Production \
-e ASPNETCORE_ENVIRONMENT=Development \
takeoutsaas-adminapi:latest
- name: Clean up old images