diff --git a/src/commands/deployment/testservers/status/status.ts b/src/commands/deployment/testservers/status/status.ts index 0cf4d2b..a255615 100644 --- a/src/commands/deployment/testservers/status/status.ts +++ b/src/commands/deployment/testservers/status/status.ts @@ -24,6 +24,7 @@ module.exports = { case 'UPDATE_FAILED': case 'CREATE_FAILED': case 'ROLLBACK_COMPLETE': + case 'UPDATE_ROLLBACK_FAILED': return `(${chalk.red('FAILED')})`; case 'UPDATE_IN_PROGRESS': case 'CREATE_IN_PROGRESS': diff --git a/src/common/testservers.ts b/src/common/testservers.ts index 23b0d04..4e8ed40 100644 --- a/src/common/testservers.ts +++ b/src/common/testservers.ts @@ -31,6 +31,7 @@ export const getTestStacksInfo = async ( 'CREATE_IN_PROGRESS', 'ROLLBACK_COMPLETE', 'UPDATE_ROLLBACK_COMPLETE', + 'UPDATE_ROLLBACK_FAILED', ].includes(item.StackStatus) ) { try {