Commit c9d3f89
Changed files (1)
.travis.yml
@@ -8,7 +8,7 @@ before_script:
- cp config/database.yml.travis config/database.yml
- psql -c 'create database app_test;' -U postgres
after_success:
-- openssl aes-256-cbc -k '$DEPLOY_KEY' -in config/deploy_id_rsa_enc_travis -d -a -out config/deploy_id_rsa
+- openssl aes-256-cbc -k $DEPLOY_KEY -in config/deploy_id_rsa_enc_travis -d -a -out config/deploy_id_rsa
- cp config/deploy_id_rsa ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa
- echo -e "Host www.stronglifters.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config