diff --git a/.travis.yml b/.travis.yml index 730f78a..6b973b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,4 +19,4 @@ before_script: after_success: - tar -czf package.tgz build - export SSHPASS=$DEPLOY_PASS -- sshpass -e scp package.tgz $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_PATH \ No newline at end of file +- sshpass -e scp -o stricthostkeychecking=no package.tgz $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_PATH \ No newline at end of file diff --git a/package.tgz b/package.tgz new file mode 100644 index 0000000..29eff21 Binary files /dev/null and b/package.tgz differ