Skip to content

Releases: seawatts/ember-cli-deploy-github-status

Fix updating github

14 Jun 21:44

Choose a tag to compare

Fixed regression issue with updating the github node package

Removed appPrefix

14 Jun 21:45

Choose a tag to compare

This was not being used and should now just be included in the publicURL param

Minor changes

14 Jun 21:45

Choose a tag to compare

  • Updated readme
  • Added ^ for some dependencies

More preview url fixes

14 Jun 21:45

Choose a tag to compare

Removed trailing slash from url preview

Url encoding

14 Jun 21:46

Choose a tag to compare

Added url encoding to the version param

Cleaning things up

14 Jun 21:46

Choose a tag to compare

Breaking Changes 💥

  • The preview url is now http://mydomain.com/{{versionSha}}
  • Removed publicURLVersionParam
  • You cannot directly set the config through environment variables. You have to set them through the config in the consuming applications deploy.js From there you can import the variables as environment variables if you wish.

Add commit user env var

14 Jun 21:46

Choose a tag to compare

Added GITHUB_COMMIT_USER to the config. You can now set this with an ENV var

Updated some util functions

14 Jun 21:46

Choose a tag to compare

v0.1.1

Released v0.1.1

Initial Release

14 Jun 21:47

Choose a tag to compare