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

Commit

Permalink
add travis support
Browse files Browse the repository at this point in the history
  • Loading branch information
ste-xx committed May 31, 2018
1 parent 46a81d4 commit 9e4d62c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ deploy:
skip_cleanup: true
before_deploy:
- sh deploy_s3.sh
local_dir: deploy
local_dir: test
6 changes: 3 additions & 3 deletions deploy_s3.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mkdir deploy
chmod 777 deploy
#zip -r deploy/s2t-incoming-not-transcoded-file-eventhandler.zip index.js node_modules/
cp index.js deploy/index.js
#chmod 777 deploy
zip -r deploy/s2t-incoming-not-transcoded-file-eventhandler.zip index.js node_modules/
cp index.js test/index.js

0 comments on commit 9e4d62c

Please sign in to comment.