Closed MikkCZ closed 6 years ago
For anyone wondering why is the base64 part, it's because of escaping and newlines in the variable.
Actually Travis CI supports deploys to GitHub pages on its own. https://docs.travis-ci.com/user/deployment/pages/
Replaced by #97
Storing the ssh key in a variable directly is a simpler way and allows easier setup (see the readme file) and faster key rotation if needed. There should be no security implications compared to the current solution. The secret variables are not accessible for pull requests, and the current solution uses them too.