Commit e6ca9714 authored by nimrod's avatar nimrod
Browse files

- Added Staging environment, dev build server to Bullguard's SSH config.

parent 34a1efef
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -5,6 +5,11 @@ HostName gitlab.dc.dojo-labs.com
User git
IdentityFile ~/.ssh/bullguard_ecdsa

Host build-dev.dojo-labs.com
HostName 192.168.1.23
User ubuntu
IdentityFile ~/.ssh/bullguard_ecdsa

Host 172.50.1.11
User ec2-user

@@ -18,3 +23,7 @@ User ubuntu
Host 172.70.*.*
IdentityFile ~/.ssh/bullguard-dev_rsa
User ubuntu

Host 172.20.*.*
IdentityFile ~/.ssh/bullguard-staging_rsa
User ubuntu