5.0.0 • Published 3 years ago

automated-deployment-aws v5.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
3 years ago

automated-deployment-aws

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

npm i automated-deployment-aws --save

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
5.0.0

3 years ago

4.0.5

3 years ago

4.0.4

3 years ago

4.0.6

3 years ago

4.0.3

3 years ago

4.0.1

3 years ago

4.0.0

3 years ago

4.0.2

3 years ago

3.2.2

3 years ago

3.2.1

4 years ago

3.2.0

4 years ago

3.0.0

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago