Happenn AWS

For example https://virtual.happenn.com/projects/happenn-demo

  1. Push your code changes to master branch on GIT

  2. SSH to server and run commands:

You can get ssh key, username, ip from your team leader.

$ ssh -i ~/.ssh/happen-launch.pem [email protected]
$ cd /var/www/html
$ npm run deploy

Last updated