19 lines
536 B
Text
19 lines
536 B
Text
# Deployment Configuration
|
|
# Copy this file to deploy.config and fill in your actual values
|
|
# deploy.config is gitignored and will not be committed
|
|
|
|
# Remote server hostname or IP address
|
|
REMOTE_HOST=example.com
|
|
|
|
# Remote server username
|
|
REMOTE_USER=username
|
|
|
|
# Remote path where the site should be deployed (absolute path)
|
|
REMOTE_PATH=/var/www/bitcoin-services-home
|
|
|
|
# Optional: SSH port (defaults to 22 if not specified)
|
|
# SSH_PORT=22
|
|
|
|
# Optional: Path to SSH private key (if not using default ~/.ssh/id_rsa)
|
|
# SSH_KEY=~/.ssh/id_rsa
|
|
|