Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Upgrade serverless
Browse files Browse the repository at this point in the history
  • Loading branch information
johncmckim committed Aug 17, 2016
1 parent 2046d18 commit fbb36cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ env:

before_install:
- npm i -g snyk
- npm i -g serverless@1.0.0-beta.1
- npm i -g serverless@beta

script: ./deploy.sh
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ cp "./config/$STAGE.json" config.json

npm prune --production

sls-test deploy --stage $STAGE --region $AWS_REGION
sls deploy --stage $STAGE --region $AWS_REGION

0 comments on commit fbb36cd

Please sign in to comment.