11 lines
356 B
Plaintext
11 lines
356 B
Plaintext
|
|
# Copy to .env.nomad and source before deploy: source .env.nomad
|
||
|
|
# Do NOT commit .env.nomad (contains credentials)
|
||
|
|
|
||
|
|
export NOMAD_ADDR=http://192.168.1.16:4646
|
||
|
|
export NOMAD_HOST=192.168.1.16
|
||
|
|
export NOMAD_USER=its
|
||
|
|
export STRAPI_PUBLIC_URL=http://192.168.1.16:1337
|
||
|
|
|
||
|
|
# For SSH: use key-based auth or enter password when prompted
|
||
|
|
# ssh-copy-id its@192.168.1.16
|