Skip to content

Releases: tailcallhq/gh-action

Release v0.3

02 Jul 06:41
d441602
Compare
Choose a tag to compare

Bug fixes:

  • fixes the issues in deploying to AWS when the main config is present inside a directory and has links to config present outside the directory

Release v0.2

21 Jun 11:16
61af3b1
Compare
Choose a tag to compare

Following features were added:

  • support for multiple configs which are linked to the input config using @link operator
  • tailcall check is run before deploying the config
  • port for the fly app can be configured by setting port in the config
  • fly-app-name defaults to <orgname>-<reponame> if not specified
  • health check is performed after deployment to make sure the deployed server works correctly

Bug fixes:

  • redeployment works without failure
  • hostname for fly does not have to be set to "0.0.0.0" manually for the deployment to work correctly
  • when deploying to fly, config does not necessarily have to be present in the root

Release v0.1

23 May 10:46
Compare
Choose a tag to compare