mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-03-21 17:54:59 -05:00
folder rename
This commit is contained in:
parent
be97d7d075
commit
f1bb2c2d36
|
|
@ -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
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue
Block a user