Remote builder not listed with `fly apps list`. How to create new one?

fly apps list                                                                                                                
NAME                    OWNER           STATUS  PLATFORM        LATEST DEPLOY 
fake-name                   good-union-jobs running nomad           5h15m ago    
fake-name-staging      good-union-jobs dead    nomad           7m36s ago    

So, I tried to build my staging app. Was taking a long time. Noticed my Remote builder is just gone… Not really sure what to do.

Did some digging in the forum.

Running LOG_LEVEL=debug fly deploy --remote-only --app fake-staging-name got a new builder up.

1 Like