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.
When deploying, everything works fine until you get to
platform_worker
. It deploys the code in toplatform_stage
, but then Ansible errors.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.