Skip to content

Commit

Permalink
adds a few more EB notes to readme
Browse files Browse the repository at this point in the history
related #319
  • Loading branch information
emilyb7 committed Sep 3, 2017
1 parent 649803c commit 37bd307
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ In order to deploy to the production version of the app on AWS Elastic Beanstalk
- Access to the AWS console (requires login details)
- Credentials for the AWS / Elastic beanstalk CLI tool

Once you have access to the CLI, you can deploy with the command: `eb deploy grow-env`
Once you have access to the CLI, you need to initialise Elastic Beanstalk for your local repository: `eb init --profile { AWS_USER_PROFILE }`

In order to deploy faster, you can build the app locally, force add / commit the webpack bundle to source control (locally) and amend the `npm start command` to only start the server (i.e. remove the build step) before deploying
This prompts you to select a region (must be 15 - eu-west-2), an application (goals-app), and whether you want to use code commit (no).

you can deploy with the command: `eb deploy grow-env`

In order to deploy faster, you can build the app locally, force add / commit the webpack bundle to source control (locally) and amend the `npm start command` to only start the server (i.e. remove the build step) before deploying

0 comments on commit 37bd307

Please sign in to comment.