Update: I found a solution for this by going into the source_control_provider_configs table in the postgres DB and removing some rows that mentinoned no longer existing repo's.
Apparently Retool's deploy was erroring out trying to find these non-existing repos and not continuing on (as i think it should). Removing the unused rows and running a re-deploy worked.
Thanks for the replys!