Travis CI is a hosted, distributed continuous integration service used to build and test software projects hosted at GitHub.
Hexo blog system could using Travis CI.It will help you automatic building and Deploying.
How to using Travis CI for Hexo
Preparation
Create travis.yml
|
|
Turn on the repository switch in the Travis.
Setp 1
Generating a new SSH key.
|
|
It will generate two files, ssh_key
and ssh_key.pub
.
Copies the contents of the ssh_key.pub file to your clipboard and adding it to the Repository`s Deploy Keys. #### Setp 2 Encryption private key.
Install Travis CI Command line client
|
|
Login in travis
|
|
Encrypted ssh_key
|
|
It will generate ssh_key.enc
file and automatic write some config into .travis.yml
.
Modify .travis.yml
file
|
|
Setp 3
It will make building systems to establish a default ssh connection
Create ssh_config
file and modify .travis.yml
|
|
|
|
Setp 4
Travis Full configuration.
|
|
Finally
Commit and push to the repository.Enjoy It!