UNPKG

decentralized-internet

Version:

An NPM library of programs to create decentralized web and distributed computing projects

7 lines (6 loc) 274 B
after_success: - eval "$(ssh-agent -s)" #start the ssh agent - chmod 600 .travis/deploy_key.pem # this key should have push access - ssh-add .travis/deploy_key.pem - git remote add deploy https://github.com/Lonero-Team/Decentralized-Internet.git - git push deploy