mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-04-21 14:37:50 -05:00
Merge pull request #209 from Cockatrice/tooomm-rename
rename .travis folder
This commit is contained in:
commit
36c4eb7540
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user