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

This commit is contained in:
2025-12-31 10:37:13 +08:00
parent b38eb8c933
commit ca40bae502

View File

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