Merge pull request #20 from yashrajverma/yashrajverma

AWS
This commit is contained in:
yashraj verma 2021-06-07 15:40:49 +05:30 committed by GitHub
commit 41088788a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 7 deletions

View File

@ -1,4 +0,0 @@
option_settings:
- namespace: aws:elasticbeanstalk:container:nodejs
option_name: NodeCommand
value: "npm start"

1
ProcFile Normal file
View File

@ -0,0 +1 @@
web: npm start

View File

@ -6,9 +6,9 @@
"scripts": {
"start:dev": "nodemon app.js",
"start": "node app.js",
"test": "mocha ||true"
"test": "mocha ||true",
"deploy": "npm run build && npm run start"
},
"author": "",
"license": "ISC",
"dependencies": {