Skip to content

Commit fcb2699

Browse files
committed
Merge remote-tracking branch 'origin/main' into add-fmodel-endpoint
2 parents 5ea9709 + d3b240c commit fcb2699

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/otomi-stack.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,11 @@ export default class OtomiStack {
641641
if (aplRecords.length === 0) {
642642
throw new Error(`Failed toggling apps ${ids.toString()}`)
643643
}
644-
await this.doDeployments(aplRecords, false)
644+
await this.doDeployments(
645+
aplRecords,
646+
true,
647+
ids.map((id) => `${this.getRepoPath()}/env/apps/secrets.${id}.yaml`),
648+
)
645649
}
646650

647651
getTeams(): Array<Team> {

0 commit comments

Comments
 (0)