Skip to content
Snippets Groups Projects
Commit 423beb88 authored by nimrod's avatar nimrod
Browse files

SchooLinks SSH config tweaks.

- Use the IP address for staging's API (now it behind a load-balancer).
- Local forward Flower for the Celery server.
parent d6a44ca9
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,12 @@ ...@@ -5,6 +5,12 @@
Host api.schoolinks.com Host api.schoolinks.com
Hostname 35.170.212.119 Hostname 35.170.212.119
Host api-staging.schoolinks.com
HostName 34.226.30.250
Host celery.schoolinks.com
LocalForward 5555 localhost:5555
Host ci.schoolinks.com Host ci.schoolinks.com
IdentityFile ~/.ssh/schoolinks_ci_rsa IdentityFile ~/.ssh/schoolinks_ci_rsa
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment