Skip to content

Commit 125612f

Browse files
committed
stretch out command
1 parent 5c7437a commit 125612f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ before_install:
1212
script: make
1313
deploy:
1414
provider: script
15-
script: make release || travis_terminate 1
15+
script: 'make release && aws s3 cp pkg/payload.zip "s3://$BUCKET/lambdas/payload-$TRAVIS_TAG.zip" || travis_terminate 1'
1616
skip_cleanup: true
1717
on:
1818
tags: true

0 commit comments

Comments
 (0)