This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#your variables here, you can set AWS credentials here as well | |
AWS_REGION=$YourAWSRegion | |
DEP_GROUP=$NameOfYourCodeDeployDeploymentGroup | |
APP_NAME=$NameOfYourCDApplication | |
# list successfull deployments only | |
STATUS=Succeeded |