Skip to content

Commit

Permalink
call getEnsureOIDCProviderInstalledTask at deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ynqa committed Jul 23, 2024
1 parent 14657d1 commit 3e4f9d2
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 3e4f9d2

Please sign in to comment.