Skip to content

Commit

Permalink
add cd step to quick-start
Browse files Browse the repository at this point in the history
  • Loading branch information
nikgraf committed Jun 24, 2016
1 parent 06ec46b commit ee71e4e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ service afterwards.

1. `npm install serverless@1.0.0-alpha.1`
2. `serverless create --name first-service --provider aws`
3. `serverless deploy`
4. `serverless invoke --function hello --stage dev --region us-east-1`
5. `serverless remove --stage dev --region us-east-1`
3. `cd first-service`
4. `serverless deploy`
5. `serverless invoke --function hello --stage dev --region us-east-1`
6. `serverless remove --stage dev --region us-east-1`

## How to contribute to Serverless

Expand Down

0 comments on commit ee71e4e

Please sign in to comment.