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

Commit

Permalink
add missing s3Api.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ste-xx committed May 31, 2018
1 parent 7d0ce20 commit e5da394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy_s3.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

mkdir deploy
zip -r deploy/s2t-incoming-not-transcoded-file-eventhandler.zip index.js node_modules/
zip -r deploy/s2t-incoming-not-transcoded-file-eventhandler.zip index.js s3Api.js node_modules/

0 comments on commit e5da394

Please sign in to comment.