11 lines
707 B
Bash
11 lines
707 B
Bash
|
|
# OPTIONAL per-machine deploy overrides for `npm run deploy` (scripts/push-to-nas.sh).
|
||
|
|
# The script already has baked-in defaults for the FORGE NAS, so this file is only
|
||
|
|
# needed to override them. Copy to `.deploy.env` (gitignored) and uncomment what
|
||
|
|
# you need. Holds NO app secrets — the app's `.env` lives on the NAS.
|
||
|
|
|
||
|
|
# NAS_HOST=mycloud.dp.ua # NAS hostname (public host; or a LAN IP like 192.168.50.2)
|
||
|
|
# NAS_USER=d.tkachenko # SSH user on the NAS
|
||
|
|
# NAS_PORT=2323 # Synology SSH port
|
||
|
|
# NAS_PATH=/volume1/docker/forge # deploy dir on the NAS (must contain the NAS .env)
|
||
|
|
# NAS_KEY=$HOME/.ssh/id_ed25519 # SSH private key (IdentitiesOnly is pinned)
|