mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
6 lines
142 B
Bash
Executable File
6 lines
142 B
Bash
Executable File
# ssh into the box on staging that the prototype is running on
|
|
|
|
set -ex
|
|
|
|
ssh -i gateway.pem rancher@ec2-52-205-252-82.compute-1.amazonaws.com
|