hey all <@U01JVDKASAC>, is it possible to run a C...
# seed
k
hey all @Frank, is it possible to run a CI job after seed has deployed and roll back if that job fails?
f
Hey @Kristian Lake, it’s not possible currently. Adding it to our roadmap.
Btw, can you share a bit more about ur use case?
is it a cleanup job u r looking to run at the end of a failed build?
k
My usecase is trying to understand the strategy for keeping a working environment, deploying a second one until it passes a series of checks (including automated testing) and if it passes then filtering people from one prod environment to the other. but in the case of failing it would abort this process and remove the new environment (obviously some things shouldnt be removed like the nosql data sources though!)
Currently I am just working out the productionisation bit of the workflow with seed, so we can have a highly available service and a rollback strategy if we need to "flip back"