Skip to content

Commit

Permalink
Deploy automatically to dev after hahtuva
Browse files Browse the repository at this point in the history
  • Loading branch information
rce committed Jan 31, 2025
1 parent 17e7a0e commit 70fa976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/src/cdk-app-util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class ContinuousDeploymentPipelineStack extends cdk.Stack {
repo: repository.name,
branch: repository.branch,
output: sourceOutput,
triggerOnPush: env == "hahtuva",
triggerOnPush: ["hahtuva", "dev"].includes(env),
});
const sourceStage = pipeline.addStage({ stageName: "Source" });
sourceStage.addAction(sourceAction);
Expand Down

0 comments on commit 70fa976

Please sign in to comment.