Update deploy key

This commit is contained in:
David Newhall II 2019-09-09 20:55:03 -07:00
parent e2fa5970b8
commit ecd7c0ba8a
4 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -25,4 +25,4 @@ README.html
/.metadata.make
bitly_token
github_deploy_key
.secret_files.tar
.secret-files.tar

BIN
.secret-files.tar.enc Normal file

Binary file not shown.

Binary file not shown.

View File

@ -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