-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathhosts.yml
More file actions
21 lines (21 loc) · 795 Bytes
/
hosts.yml
File metadata and controls
21 lines (21 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
hosts:
staging:
stage: staging
hostname: [PROJECT_CODE_HERE].ssh.statik.be
remote_user: [PROJECT_CODE_HERE]livestatikbe
deploy_path: ~/subsites/[PROJECT_CODE_HERE].staging.statik.be
http_user: [PROJECT_CODE_HERE]livestatikbe
htaccess_file: htaccess-staging
robots_file: robots-staging
configFile: ~/.ssh/config
http_host: [PROJECT_CODE_HERE].staging.statik.be
production:
stage: production
hostname: [PROJECT_CODE_HERE].ssh.statik.be
remote_user: [PROJECT_CODE_HERE]livestatikbe
deploy_path: ~/subsites/[PROJECT_CODE_HERE].live.statik.be
http_user: [PROJECT_CODE_HERE]livestatikbe
htaccess_file: htaccess-production
robots_file: robots-production
configFile: ~/.ssh/config
http_host: [PROJECT_CODE_HERE].live.statik.be