working
This commit is contained in:
parent
feefd59b80
commit
1d6f58ab8b
6 changed files with 98 additions and 1 deletions
19
deploy.config.example
Normal file
19
deploy.config.example
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue