fix: remove old commands from deploy fail help
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f2e076b35f
commit
72c021c727
@ -490,17 +490,12 @@ latency.
|
|||||||
|
|
||||||
You can track latest deployment status with:
|
You can track latest deployment status with:
|
||||||
|
|
||||||
abra app ps --watch %s
|
abra app ps %s
|
||||||
|
|
||||||
And inspect the logs with:
|
And inspect the logs with:
|
||||||
|
|
||||||
abra app logs %s
|
abra app logs %s
|
||||||
|
`, appName, timeout, appName, appName))
|
||||||
If a service is failing to even start, try to smoke out the error with:
|
|
||||||
|
|
||||||
abra app errors --watch %s
|
|
||||||
|
|
||||||
`, appName, timeout, appName, appName, appName))
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user