Skip to content

Commit

Permalink
try env global char
Browse files Browse the repository at this point in the history
  • Loading branch information
lpaulger committed Sep 19, 2014
1 parent 88e77b0 commit ee16ef2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ after_success:
- git config --global user.name "Lucas Paulger"
- git config --global user.email "lucas.paulger@gmail.com"
- grunt buildcontrol:pages
env:
global:
secure: ZOUtcOqHNinpRmZ2/SpYWk787Kg6RN8TlvgalGRaB24JkXh++0i8VV45Jid+CEPxVrs//S6UGd0R5Xxtop9lSLwVVs60NOXKWATt719UdVqlJv9i/7QQ/vmZXZqnX8OaBOU91J8PvfkRpjp9Dd1ECG/Iu1BBDwb2TaEjXVUuwxw=
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ module.exports = function(grunt) {
},
pages: {
options: {
remote: 'git@github.com:lpaulger/card-game.git',
remote: 'https://' + process.env.GH_TOKEN + '@github.com/lpaulger/card-game.git',
branch: 'gh-pages'
}
}
Expand Down
3 changes: 1 addition & 2 deletions secret.txt.enc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
������7>I���JE��AX�YM��â��k^o?*D>5�*���A�S,�K��+���,F��&��q��c�{�LD�-.�-��߿��PI4R*._��ִd��ѴT�1@�9 /d穥ޯ�`/��������N�wy��`�>L6Eb�E[Y��k����+���ĩ벺N�߂���^�o�*;3B5� S@+��s��R�;x�C��E��s��w�&�^��e4ᶪJ�P=*F?��9����B��:�{��o� Н�k���3�
�2ƅ))P�����l0��^P��M8d�w��ۦ�ǹ��Y������u��)h��y��M~�{ uWU�����'�8��aD�)�&U[O�Vqdp����f6�ې������ڼ�1E�L7[��v���gΊ�Ů����X�
�Z�|��q�e��b���0pd�e𮘱��,=Ç/6�����Hx
Expand Down

0 comments on commit ee16ef2

Please sign in to comment.