diff --git a/.gitignore b/.gitignore index 58ce83d5..aa59511f 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,4 @@ README.html /.metadata.make bitly_token github_deploy_key -.secret_files.tar +.secret-files.tar diff --git a/.secret-files.tar.enc b/.secret-files.tar.enc new file mode 100644 index 00000000..1e9d5b5a Binary files /dev/null and b/.secret-files.tar.enc differ diff --git a/.secret_files.tar.enc b/.secret_files.tar.enc deleted file mode 100644 index be29d514..00000000 Binary files a/.secret_files.tar.enc and /dev/null differ diff --git a/.travis.yml b/.travis.yml index 93f12d69..17dfc4be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ install: - rvm 2.0.0 do gem install --no-document fpm before_script: # Create your own deploy key, tar it, and encrypt the file to make this work. Optionally add a bitly_token file to the archive. - - openssl aes-256-cbc -K $encrypted_9f3147001275_key -iv $encrypted_9f3147001275_iv -in .secret_files.tar.enc -out .secret_files.tar -d + - openssl aes-256-cbc -K $encrypted_e3d3b4b2abab_key -iv $encrypted_e3d3b4b2abab_iv -in .secret-files.tar.enc -out .secret-files.tar -d - tar -xf .secret_files.tar - source .metadata.sh - make vendor