Project Match
  • Getting Started (Local Server)
  • How to: Make A New Feature
    • Front End Setup
    • React Component Setup
    • Back End Setup
  • API
  • Git Guide
  • Deployment
  • Style Guide
    • Form Styling
    • Text Styling
    • Button Styling
    • Dropdown Styling
  • Git Pull Request Guide
    • Writing a Pull Request
    • Reviewing a Pull Request
Powered by GitBook
On this page

Deployment

Set up SSH

Save the Project Match.pem file and run the following command in the same directory. (use Bash)

ssh -i Project-Match.pem ubuntu@ec2-54-70-193-227.us-west-2.compute.amazonaws.com

Super-powers are granted randomly so please submit an issue if you're not happy with yours.

Once you're strong enough, save the world:

// Ain't no code for that yet, sorry
echo 'You got to trust me on this, I saved the world'

PreviousGit GuideNextStyle Guide

Last updated 7 years ago