Updating travis ci file.
This commit is contained in:
parent
2ff764f331
commit
f4b8383925
|
@ -21,6 +21,7 @@ before_script:
|
||||||
- yarn global add hugo-bin
|
- yarn global add hugo-bin
|
||||||
- hugo version
|
- hugo version
|
||||||
- yarn global add gulp
|
- yarn global add gulp
|
||||||
|
- yarn install
|
||||||
|
|
||||||
- echo '========== Configuring Github Pages =========='
|
- echo '========== Configuring Github Pages =========='
|
||||||
- git config --global user.email "citra+citrabotweb@citra-emu.org"
|
- git config --global user.email "citra+citrabotweb@citra-emu.org"
|
||||||
|
@ -28,7 +29,7 @@ before_script:
|
||||||
- set-up-ssh --key "$encrypted_c7ee54b5843f_key" --iv "$encrypted_c7ee54b5843f_iv" --path-encrypted-key "bf215181b5140522137b3d4f6b73544a.enc"
|
- set-up-ssh --key "$encrypted_c7ee54b5843f_key" --iv "$encrypted_c7ee54b5843f_iv" --path-encrypted-key "bf215181b5140522137b3d4f6b73544a.enc"
|
||||||
|
|
||||||
- echo '========== Starting gulp deploy task =========='
|
- echo '========== Starting gulp deploy task =========='
|
||||||
- gulp deploy all --production
|
- gulp all --production
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|
Reference in New Issue