Skip to content

Commit

Permalink
Add deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Sep 25, 2023
1 parent f596e0a commit a092fed
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions devops/tooling-cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,22 @@ Resources:
- Name: SamBuildArtifact
Namespace: slack_app_deploy
RunOrder: 1
- Name: Statuspage
ActionTypeId:
Category: Deploy
Owner: AWS
Provider: CloudFormation
Version: "1"
Configuration:
ActionMode: CREATE_UPDATE
Capabilities: CAPABILITY_IAM,CAPABILITY_AUTO_EXPAND
RoleArn: !GetAtt CloudFormationRole.Arn
StackName: !Ref kStatuspageStackName
TemplatePath: !Sub SamBuildArtifact::${kStatuspageStackName}
InputArtifacts:
- Name: SamBuildArtifact
Namespace: slack_app_deploy
RunOrder: 1
- Name: CloudWatch_Alarms
ActionTypeId:
Category: Deploy
Expand Down

0 comments on commit a092fed

Please sign in to comment.