Skip to content

Releases: byu-oit/github-action-codedeploy

v1.1.1

30 Sep 22:47
948be5e
Compare
Choose a tag to compare

Added nicer logs for codedeploy action when a deployment starts. New log looks like:

Started deployment.

Deployment ID:    d-XXXXXXXXX
AWS Account:      byu-oit-some-account (123456789012)
Region:           us-west-2

To view the progress of this deployment:
 • Log into the byu-oit-some-account AWS account at https://awslogin.byu.edu/
 • Go to https://us-west-2.console.aws.amazon.com/codesuite/codedeploy/deployments/d-XXXXXXXXX?region=us-west-2

v1.1.0

02 Jul 17:52
7fea4fc
Compare
Choose a tag to compare

Refactored to typescript and added ci workflow

v1.0.0

01 Jun 16:06
1898def
Compare
Choose a tag to compare

Initial release