We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d225ac7 commit 44e59aeCopy full SHA for 44e59ae
src/cmd/apply.ts
@@ -147,7 +147,7 @@ const applyAll = async () => {
147
await printWelcomeMessage(initialData.secretName, initialData.domainSuffix)
148
}
149
150
- if (!initialInstall && applyCompleted) {
+ if (initialInstall || applyCompleted) {
151
await setDeploymentState({ status: 'deployed', version })
152
d.info('Deployment completed')
153
} else {
0 commit comments