We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Thanks to @concentrateddon for this tutorial!
Create an SSH key on your server. Instructions at https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/.
Add the SSH key to your GitHub account (which can access the private repo). https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/
Change to your repo folder.
Run git remote add origin [email protected]:repouser/reponame to add the repo.
Run an initial git pull origin master and git push origin master.
Ensure origin is added as the repo in the jingo config YAML.