Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
use failing healthcheck artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
akash1810 committed Sep 2, 2024
1 parent 614a024 commit e216375
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/cdk/bin/cdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ const eventForwarder = new EventForwarder(app);

[
new BasicAsgRollingUpdate(app, {
buildIdentifier: 'ABC',
buildIdentifier: '500',
}),

new NoDesiredAsgRollingUpdate(app, {
buildIdentifier: 'ABC',
buildIdentifier: '500',
}),

new ScalingAsgRollingUpdate(app, {
buildIdentifier: 'ABC',
buildIdentifier: '500',
}),
].forEach((_) => {
// Configure Riff-Raff to deploy each application stack after the EventForwarder stack has finished.
Expand Down

0 comments on commit e216375

Please sign in to comment.