This commit is contained in:
counterweight 2025-12-24 10:39:09 +01:00
parent feefd59b80
commit 1d6f58ab8b
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
6 changed files with 98 additions and 1 deletions

19
deploy.config.example Normal file
View file

@ -0,0 +1,19 @@
# 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