deploy
deploy copied to clipboard
Sometimes the github repo is determined correctly
From @dustinhorton:
~/Sites/r101/r101-viewer (asset-host)
→deploy --env=staging --force
Invalid GitHub repo: /remind101/r101-viewer
→cat ~/Sites/r101/r101-viewer/.git/config
[remote "origin"]
url = [email protected]:remind101/r101-viewer
fetch = +refs/heads/*:refs/remotes/origin/*