fix: add 15s delay for SSL certificate provisioning after Dokploy deploy
This commit is contained in:
@@ -364,6 +364,12 @@ export class ProductionDeployer {
|
||||
console.log(`Application status: ${appStatus}`);
|
||||
|
||||
if (appStatus === 'done') {
|
||||
state.message = 'Waiting for SSL certificate provisioning...';
|
||||
state.progress = 98;
|
||||
this.notifyProgress(state);
|
||||
|
||||
await this.sleep(15000);
|
||||
|
||||
state.message = 'Application deployed successfully';
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user