We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62644f4 commit 9ff1d46Copy full SHA for 9ff1d46
src/cmd/apply.ts
@@ -64,6 +64,7 @@ export const applyAll = async (): Promise<void> => {
64
}
65
await applyGitOpsApps()
66
await setDeploymentState({ status: 'deployed', version: deployingVersion })
67
+ d.info('Deployment completed')
68
69
70
export const apply = async (): Promise<void> => {
0 commit comments