Skip to content
Snippets Groups Projects
Commit 097d9254 authored by nimrod's avatar nimrod
Browse files

QA CSP SSH config.

parent 5b1d360f
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
empty-commit = commit --allow-empty empty-commit = commit --allow-empty
exec = "!exec " exec = "!exec "
ff = merge --no-edit --ff-only master ff = merge --no-edit --ff-only master
fixup = !cd "${GIT_PREFIX:-}" && git commit --fixup $(git last-commit) fixup = !cd "${GIT_PREFIX:-$PWD}" && git commit --fixup $(git last-commit)
forget = reset HEAD^ forget = reset HEAD^
merg = merge --no-edit merg = merge --no-edit
posh = push --set-upstream origin HEAD posh = push --set-upstream origin HEAD
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
serve-git = daemon --reuseaddr --verbose --base-path=. --export-all ./.git serve-git = daemon --reuseaddr --verbose --base-path=. --export-all ./.git
serve-http = !git update-server-info && cd .git && python -m SimpleHTTPServer serve-http = !git update-server-info && cd .git && python -m SimpleHTTPServer
shove = push --force-with-lease shove = push --force-with-lease
squash = !cd "${GIT_PREFIX:-}" && git commit --squash $(git last-commit) squash = !cd "${GIT_PREFIX:-$PWD}" && git commit --squash $(git last-commit)
staash = stash --all staash = stash --all
stat = status --short --branch stat = status --short --branch
tag-version = !git tag --annotate --force --message "v$(cat VERSION)" "v$(cat VERSION)" tag-version = !git tag --annotate --force --message "v$(cat VERSION)" "v$(cat VERSION)"
......
...@@ -46,6 +46,16 @@ User ec2-user ...@@ -46,6 +46,16 @@ User ec2-user
Host 172.20.0.233 Host 172.20.0.233
User ec2-user User ec2-user
Host 172.16.*.*
IdentityFile ~/.ssh/bullguard-dev_rsa
User ubuntu
ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p
Host 172.17.*.*
IdentityFile ~/.ssh/bullguard-qa_rsa
User ubuntu
ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p
Host 172.20.*.* Host 172.20.*.*
IdentityFile ~/.ssh/bullguard-staging_rsa IdentityFile ~/.ssh/bullguard-staging_rsa
User ubuntu User ubuntu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment