HeliumEdu / deploy

Configuration for remote deployment infrastructure and local development environment
https://www.heliumedu.com
MIT License
4 stars 0 forks source link

Deploy Stops at Worker #24

Closed alexdlaird closed 11 months ago

alexdlaird commented 11 months ago

When deploying, everything works fine until you get to platform_worker. It deploys the code in to platform_stage, but then Ansible errors.

fatal: [***]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: Shared connection to *** closed.", "unreachable": true}

This seems like it's probably an issue with GitHub Actions, maybe disk space? We need to increase debug verbosity so we can see the actual error and get the deploy to finish. All other steps are complete, manually moving platform_stage in to place and restarting Supervisor workers finishes the deploy.