Skip to content

Commit

Permalink
Switching to md5 according to OpenSSL FAQ
Browse files Browse the repository at this point in the history
Because sha256 is too glam
  • Loading branch information
TLMcNulty committed Jan 12, 2019
1 parent 88c4fec commit 46702d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ before_cache:
before_install:
# Remove cache if the project is upgraded to a newer version of meteor
- export PATH="$HOME/.meteor:$PATH"
- openssl enc -d -aes-256-cbc -md sha256 -in deploy.tar.enc -out deploy.tar -k "$encrypted_key_master"
- openssl enc -d -aes-256-cbc -md md5 -in deploy.tar.enc -out deploy.tar -k "$encrypted_key_master"
- tar xvf deploy.tar
- npm install -g mup
- curl https://install.meteor.com/?release=1.6.1.1 | /bin/sh
- curl https://install.meteor.com/?release=1.6.1.1 | /bin/shd

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion deploy/deploy.tar.enc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Salted__�~�d��ǩM��� ��W1d�b�z�
Salted__�3]z��ߞ�C�5�ߴ<m�D

0 comments on commit 46702d5

Please sign in to comment.