bitcoin-services-home/deploy.config.example

20 lines
536 B
Text
Raw Normal View History

2025-12-24 10:39:09 +01:00
# 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