Files
standardnotes-app-web/packages/web-server/config/cap.example.yml
2022-06-07 07:18:41 -05:00

16 lines
320 B
YAML

default: &default
key_path: /path/to/key.pem
repo_url: https://github.com/sn-project/sn-web-client.git
user: ssh_username
staging:
<<: *default
server: staging.yourdomain.com
branch: staging
deploy_to: ~/sn-staging-client
production:
<<: *default
server: yourdomain.com
deploy_to: ~/sn-prod-client