automated-deployment-aws

5.0.0 • Public • Published

automated-deployment-aws

Please use the following command to require the library in any of the project

npm i automated-deployment-aws --save

The above command will create .awsignore file at the root of the project. Please add all the files and folders (path to the files and folders) that have to be ignored. Example for the same is below;

node_modules
.gitignore
views/error.jade (To ignore `error.jade` file, which is inside views folder)
README.md
src/.env (To ignore `.env` file inside src folder)

Copy and paste the below line inside scripts block in package.json file and provide proper values to the keys mentioned;

"deploy": "node node_modules/automated-deployment-aws/index.js config --pemKeyPath=ENTER_PEM_KEY_PATH_HERE --userName=ENTER_USERNAME_HERE --awsIP=ENTER_AWS_IP_ADDRESS_HERE --awsFilePath=ENTER_AWS_FILEPATH_HERE"
eg : "deploy": "node node_modules/automated-deployment-aws/index.js config --pemKeyPath=C:/keys/testproject.pem --userName=username --awsIP=3.7.1.236 --awsFilePath=backend/course_user_group"

Please note, In the above command ;

For awsFilePath key, provide the path excluding the root. If you provide backend/coursegroup as path, then it will be taken as ./backend/coursegroup


Go to the root of the project on terminal and run the following command;

npm run deploy

Package Sidebar

Install

npm i automated-deployment-aws

Weekly Downloads

0

Version

5.0.0

License

ISC

Unpacked Size

11.2 kB

Total Files

7

Last publish

Collaborators

  • suhail585