Skip to content

Commit

Permalink
Test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ToeFungi committed Nov 29, 2019
1 parent 2ea1373 commit f274899
Show file tree
Hide file tree
Showing 2 changed files with 323 additions and 322 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ jobs:
- npm run build
- stage: deploy
script:
- aws lambda update-function-code --function-name event-scheduler --zip-file ./build/index.zip --publish
- pip install awscli
- aws lambda update-function-code --function-name event-scheduler --zip-file $HOME/build/index.zip --publish
Loading

0 comments on commit f274899

Please sign in to comment.