Relative Content

Tag Archive for javascriptnode.jstypescriptgithub-actionscontinuous-deployment

Backend gets stuck in deployment

I have a project that gets deployed on an ec2 instance automatically via github actions. But after some recent changes to the code, the deployment takes too long and often gets stuck somewhere in between the deployment process. Mainly it gets stuck at “tsc -p .” and other times anywhere random. I have the logs of github actions here. There is nothing wrong with the compilation in local environment.