Releases: remind101/deploy
Releases · remind101/deploy
v0.0.5
v0.0.4
- new update argument.
deploy --update
You can download a prebuilt binary below for the last time!
Just move and rename the deploy binary to some where in your PATH (e.g. /usr/local/bin).
e.g. for darwin_amd64:
curl -L https://github.com/remind101/deploy/releases/download/v0.0.4/darwin_amd64_deploy > /usr/local/bin/deploy
chmod +x /usr/local/bin/deploy
v0.0.3
v0.0.2
This is the first release of the deploy CLI. Major changes after feedback from @dalyons and @sanjayprabhu:
- By default,
deploy
will wait for the deployment to complete. This can be circumvented with the--detached
flag. - You can now set a default github organization with the
GITHUB_ORGANIZATION
environment variable. This allows you to use the short format of a repo name (e.g.r101-api
vsremind101/r101-api
). - There's a
--force
flag to bypass commit status checks. - Within a git repo, the
ref
that will be used will be the local branch, instead of the git commit. - General bug fixes and UX improvements.
You can download a prebuilt binary below. Just move the deploy
binary to some where in your PATH (e.g. /usr/local/bin
).