File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ before_install:
1515 - export DOXY_BINPATH=/home/travis/doxygen/doxygen-1.8.18/bin
1616 - export PATH=$PATH:$DOXY_BINPATH
1717 - if [ -n "$TRAVIS_TAG" ]; then bash .travis/doxyprep.sh; fi
18- - if [ -n "$TRAVIS_TAG" ]; then openssl aes-256-cbc -K $encrypted_1b844421d50b_key -iv $encrypted_1b844421d50b_iv -in .travis/id_travis_deploy.enc -out .travis/id_travis_deploy -d; fi
18+ - if [ -n "$TRAVIS_TAG" ]; then openssl aes-256-cbc -k $deploy_password -in .travis/id_travis_deploy.enc -out .travis/id_travis_deploy -d; fi
1919
2020install :
2121 - docker pull devkitpro/devkitarm
@@ -35,3 +35,7 @@ deploy:
3535 local_dir : libctru/docs/html
3636 on :
3737 tags : true
38+
39+ env :
40+ global :
41+ secure : b3rLutBX7Nqp4DBh8IeBDfxcxlBsceLDhmAXcREk8jTAHPDZ+MncuuExTCxejFmZO7qnZsU4veXDa6l9DsvpY3vGHqxodICQlT5oTnIfZSrPG2GI5xVNLKske5olmR0taM0/BzdlqO8N2ML9uzSXPcbX1bdYdzVoNMuTblc44RM=
You can’t perform that action at this time.
0 commit comments