forked from UB-ES-2020/JustEat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhosts.yml
More file actions
29 lines (28 loc) · 754 Bytes
/
hosts.yml
File metadata and controls
29 lines (28 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
deploy.staging.justeat.xavidejuan.com:
hostname: deploy.staging.justeat.xavidejuan.com
user: deploy
port: 22
configFile: ~/.ssh/config
identityFile: ~/.ssh/deploy_justeat
forwardAgent: true
multiplexing: true
sshOptions:
UserKnownHostsFile: /dev/null
StrictHostKeyChecking: no
stage: staging
branch: develop
deploy_path: /var/www/vhosts/justeat/staging
deploy.justeat.xavidejuan.com:
hostname: deploy.justeat.xavidejuan.com
user: deploy
port: 22
configFile: ~/.ssh/config
identityFile: ~/.ssh/deploy_justeat
forwardAgent: true
multiplexing: true
sshOptions:
UserKnownHostsFile: /dev/null
StrictHostKeyChecking: no
stage: production
branch: main
deploy_path: /var/www/vhosts/justeat/production