You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Creating new environment in elasticbeanstalk via eb-cli
118
+
119
+
From the repo directory call `eb create <ENVIRONMENT_NAME> --cfg <SAVED_CONFIG_NAME>` to create a new environment. Pass one of the available configurations to create either a production or a development/qa instance.
120
+
121
+
#### Deploy new versions
122
+
123
+
From the repo directory select the environment, which should be updated (`eb use <ENVIRONMENT_NAME>`) and call `eb deploy`. Therefore the last changes have to be pushed to the remote repo.
124
+
109
125
## Running node.js server
110
126
111
127
To start the server use `ENVIRONMENT={development|production} ... DB_HOST={string} npm start` in command line.
0 commit comments