deploy icon indicating copy to clipboard operation
deploy copied to clipboard

CLI for GitHub Deployments

Results 12 deploy issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20210513164829-c07d793c2f9a to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20210513164829-c07d793c2f9a&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Say you're on master locally, if you `deploy -e production` it's possible that it's going to deploy an older version because someone has pushed remote master after you last pulled....

Last I checked, it was broken. https://github.com/remind101/homebrew-formulae is a better way for us to distribute new versions.

If the .git/config url is missing `.git` on the end, you get an error: **Example** ``` [remote "origin"] url = [email protected]:remind101/acme-inc ``` ``` console $ deploy Invalid GitHub repo: /remind101/acme-inc...

bug

Might be good to add something along the lines of https://github.com/inconshreveable/go-update, just to make it easier to make changes without having to tell everyone to update.

enhancement

Right now we show the Tugboat status URL, but you have to copy/paste to a browser to view it. A `deploy open` command or something to that effect for the...

enhancement

This would be kind nice, especially as we move things to docker, where we can't deploy until the image is built (commit status checks pass). This flag would cause the...

enhancement

GitHub doesn't actually have support for this, so something to think about for the future.

enhancement

From @dustinhorton: ``` console ~/Sites/r101/r101-viewer (asset-host) →deploy --env=staging --force Invalid GitHub repo: /remind101/r101-viewer ``` ``` console →cat ~/Sites/r101/r101-viewer/.git/config [remote "origin"] url = [email protected]:remind101/r101-viewer fetch = +refs/heads/*:refs/remotes/origin/* ```

bug