I have read through the FAQ and the questions here. I have my deploy script set to
- add known hosts
- update the submodule
- push to production
Locally I am creating a tag in the submodule, publishing the tag to origin and using that as a pointer within the main repo.
The pipeline works but the submodule files aren't being deployed.
Any help is appreciated.