We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7437a commit 125612fCopy full SHA for 125612f
.travis.yml
@@ -12,7 +12,7 @@ before_install:
12
script: make
13
deploy:
14
provider: script
15
- script: make release || travis_terminate 1
+ script: 'make release && aws s3 cp pkg/payload.zip "s3://$BUCKET/lambdas/payload-$TRAVIS_TAG.zip" || travis_terminate 1'
16
skip_cleanup: true
17
on:
18
tags: true
0 commit comments