Skip to content

Commit

Permalink
call getEnsureOIDCProviderInstalledTask at deploy
Browse files Browse the repository at this point in the history
Signed-off-by: ynqa <[email protected]>
  • Loading branch information
ynqa committed Jul 24, 2024
1 parent aa65028 commit 4571efa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/server/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ export default class Deploy extends Command {

// Platform Checks
const platformTasks = newListr()
platformTasks.add(PlatformTasks.getEnsureOIDCProviderInstalledTask())
platformTasks.add(PlatformTasks.getPreflightCheckTasks())

// PreInstall tasks
Expand Down

0 comments on commit 4571efa

Please sign in to comment.