Skip to content

Releases: remind101/deploy

v0.0.5

27 Jan 02:20
Compare
Choose a tag to compare
  • we now display commits that are going to go out with the deploy #27
  • prod is now by default aliased to production, as well as stage to staging #29

v0.0.4

04 Jun 01:04
Compare
Choose a tag to compare
  • 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

18 May 17:23
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
  • Fix #13 by asking for confirmation before pushing to the production environment.

You can download a prebuilt binary below. Just move the deploy binary to some where in your PATH (e.g. /usr/local/bin).

v0.0.2

10 Apr 18:17
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

This is the first release of the deploy CLI. Major changes after feedback from @dalyons and @sanjayprabhu:

  1. By default, deploy will wait for the deployment to complete. This can be circumvented with the --detached flag.
  2. 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 vs remind101/r101-api).
  3. There's a --force flag to bypass commit status checks.
  4. Within a git repo, the ref that will be used will be the local branch, instead of the git commit.
  5. 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).