Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This updates the deploy GitHub Action workflow to add the ability to trigger manual one off deploys of specific commits. The workflow now accepts a gitRef input that can be either commit SHA, branch name or a git tag. If a branch name is given, the latest commit on that branch is used. The workflow will build the image for that commit and trigger its deployment to integration. The workflow is still used to build images and trigger continuous deployment for new releases. The workflow has also been renamed from CI to Deploy to better clarify its purpose.
- Loading branch information