fix: preserve server env files during local deploy

This commit is contained in:
Md Bayazid Bostame
2026-03-29 00:31:03 +01:00
parent 1864218d16
commit b7a2d84b45
3 changed files with 9 additions and 0 deletions

View File

@@ -176,6 +176,12 @@ What it does:
4. runs the remote deployment script
5. verifies the health endpoint
Important:
- the helper preserves server-local env files:
- `.env.test`
- `.env.prod`
- those files are not supposed to be replaced from your Mac checkout
Default assumptions:
- target host: `root@192.168.2.55`
- target path: `/opt/workdock`