The deploy-dev.yml workflow needs DEPLOY_HOST, DEPLOY_USER, and DEPLOY_SSH_KEY as repo secrets. These do not carry over automatically between repos and were not copied — GitHub secrets are write-only via the API, so there was no way for me to migrate the values programmatically.
Add them under Settings → Secrets and variables → Actions in this repo, using the same values that were configured on the old nawabAi2.0 / nawabAiFrontend repos.
Depends on / blocked by the [VPS repoint issue] if the deploy target paths change.
The
deploy-dev.ymlworkflow needsDEPLOY_HOST,DEPLOY_USER, andDEPLOY_SSH_KEYas repo secrets. These do not carry over automatically between repos and were not copied — GitHub secrets are write-only via the API, so there was no way for me to migrate the values programmatically.Add them under Settings → Secrets and variables → Actions in this repo, using the same values that were configured on the old
nawabAi2.0/nawabAiFrontendrepos.Depends on / blocked by the [VPS repoint issue] if the deploy target paths change.