If I run my build and deploy to my environments immediately the deployments work as normal. But if I deploy to one environment and then try to deploy a week later the deployment fails with.
/bin/sh: ts-node: not found
This leads me to believe that the environment is cleared after a certain period of time.
- Is this in the documents? Where?
- Can it be extended?
- If the top two questions are not the solution what is?