14 lines
440 B
Plaintext
14 lines
440 B
Plaintext
|
|
# Copy this file to scripts/deploy/.env.deploy before running deploy_tksea_portal.sh
|
||
|
|
# Do not commit real credentials.
|
||
|
|
|
||
|
|
KEY=/path/to/ssh-key.pem
|
||
|
|
REMOTE=ubuntu@example-host
|
||
|
|
REMOTE_CRM_PORT=18190
|
||
|
|
|
||
|
|
# Optional overrides
|
||
|
|
# REMOTE_PORTAL_DIR=/var/www/sub2api-portal
|
||
|
|
# REMOTE_NGINX_SITE=/etc/nginx/sites-available/tksea
|
||
|
|
# REMOTE_HOST_PORT=8080
|
||
|
|
# LOCAL_PORTAL_DIR=/absolute/path/to/deploy/tksea-portal
|
||
|
|
# REMOTE_STAGE_DIR=/tmp/sub2api-portal-deploy
|