Skip to content

Commit

Permalink
Merge pull request #16 from nasa/CUMULUS-1310
Browse files Browse the repository at this point in the history
CUMULUS-1310: Update to match deployment docs
  • Loading branch information
nemreid authored May 21, 2019
2 parents 09f9eb5 + 91dd63a commit 3feb688
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 35 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[![CircleCI](https://circleci.com/gh/nasa/cumulus-template-deploy.svg?style=svg)](https://circleci.com/gh/nasa/cumulus-template-deploy)

## How To Deploy

Documentation for how to use the Cumulus template project can be read online:

[https://nasa.github.io/cumulus/docs/deployment/deployment-readme#prepare-daac-deployment-repository](https://nasa.github.io/cumulus/docs/deployment/deployment-readme#prepare-daac-deployment-repository)
Expand Down
30 changes: 0 additions & 30 deletions iam/config.yml

This file was deleted.

12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "./node_modules/.bin/kes cf deploy --kes-folder app --region $AWS_REGION --deployment $DEPLOYMENT --template node_modules/@cumulus/deployment/app --profile $AWS_PROFILE",
"deploy-iam": "./node_modules/.bin/kes cf deploy --kes-folder iam --region $AWS_REGION --deployment $DEPLOYMENT --template node_modules/@cumulus/deployment/iam --profile $AWS_PROFILE"
"deploy-all": "npm run deploy-iam && npm run deploy-db && npm run deploy-app",
"deploy-app": "./node_modules/.bin/kes cf deploy --kes-folder app --region $AWS_REGION --deployment $DEPLOYMENT --template node_modules/@cumulus/deployment/app --profile $AWS_PROFILE",
"deploy-db": "./node_modules/.bin/kes cf deploy --kes-folder app --region $AWS_REGION --deployment $DEPLOYMENT --template node_modules/@cumulus/deployment/db --profile $AWS_PROFILE",
"deploy-iam": "./node_modules/.bin/kes cf deploy --kes-folder app --region $AWS_REGION --deployment $DEPLOYMENT --template node_modules/@cumulus/deployment/iam --profile $AWS_PROFILE"
},
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/api": "~1.12.1",
"@cumulus/deployment": "~1.12.1",
"@cumulus/hello-world": "~1.12.1",
"@cumulus/api": "~1.13.0",
"@cumulus/deployment": "~1.13.0",
"@cumulus/hello-world": "~1.13.0",
"kes": "~2.2.8",
"node-forge": "^0.7.1"
}
Expand Down

0 comments on commit 3feb688

Please sign in to comment.