Skip to content

Commit 958e0c7

Browse files
committed
Travis is such a dumpster fire
1 parent e70908a commit 958e0c7

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

2020
install:
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=

.travis/id_travis_deploy.enc

3 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)