aaronpxavier / ubpilots

ub pilots association web application
MIT License
1 stars 3 forks source link

Arun fix deploy script #30

Closed aaronpxavier closed 6 years ago

aaronpxavier commented 6 years ago

Deploy script is functional. Must define env variables PORT, MODE, and TOKEN_KEY on deployment machine. Also, Must define file remote-conn.json inside /backend: { "ssh_host": "someHost", "ssh_user": "someUSer", "ssh_port": "somePort", "ssh_remote_dest": "someDest" }