folder rename

This commit is contained in:
tooomm 2018-03-18 17:59:04 +01:00
parent be97d7d075
commit f1bb2c2d36
3 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ ENCRYPTED_KEY_VAR="encrypted_${ENCRYPTION_LABEL}_key"
ENCRYPTED_IV_VAR="encrypted_${ENCRYPTION_LABEL}_iv"
ENCRYPTED_KEY=${!ENCRYPTED_KEY_VAR}
ENCRYPTED_IV=${!ENCRYPTED_IV_VAR}
openssl aes-256-cbc -K $ENCRYPTED_KEY -iv $ENCRYPTED_IV -in ../.travis/deploy_key.enc -out ../deploy_key -d
openssl aes-256-cbc -K $ENCRYPTED_KEY -iv $ENCRYPTED_IV -in ../.ci/deploy_key.enc -out ../deploy_key -d
chmod 600 ../deploy_key
eval `ssh-agent -s`
ssh-add ../deploy_key

View File

@ -14,7 +14,7 @@ before_install:
install:
- pip install -r requirements.txt
script: bash ./.travis/deploy.sh
script: bash ./.ci/deploy.sh
after_script:
- sleep 10 # helps travis finish logging

Binary file not shown.