The build succeeds on the remote builder, but I get this at the end of the deploy:
image size: 128 MB
==> Creating release
--> release v219 created
--> You can detach the terminal anytime without stopping the deployment
==> Monitoring deployment
Error 1 error occurred:
* No deployment available to monitor
fly status
shows a running build indefinitely:
App
Name = the-volume
Owner = w1n
Version = 220
Status = running
Hostname = the-volume.fly.dev
Platform = nomad
Instances
ID PROCESS VERSION REGION DESIRED STATUS HEALTH CHECKS RESTARTS CREATED
edb843a3 app 214 lax run running 1 total, 1 passing 0 1h46m ago
3123840e app 214 lax run running 1 total, 1 passing 0 1h46m ago
I’ve also done a fly restart
and scaled the memory via the dashboard. This increments the version number but the instances don’t restart. Is there a way to fix this? Thanks.