v6
All checks were successful
Koori-ERP-Deploy / auto-deploy (push) Successful in 41s

This commit is contained in:
2025-12-31 10:33:45 +08:00
parent 84b2a1af22
commit b38eb8c933

View File

@@ -17,7 +17,7 @@ jobs:
# ------------------------------------------
- name: 2. Create .env from Secrets
run: echo "${{ secrets.DOT_ENV }}" > .env
run: echo "${{ secrets.DOT2_ENV }}" > .env
- name: 3. Build and Start Docker
run: |