Hey everyone,
I have been using Travis CI for a while but I am facing issue with deployment and I want help me out. Everything runs smoothly up until the final deployment step, where it just seems to hang or fail without a clear error message.
I am deploying to AWS and my .travis.yml
file seems to be set up correctly. The build passes, tests run fine but when it gets to deployment, it either times out or just gives a vague error. I Also have double-checked my API keys and repo settings but no luck so far.
I started an AWS DevOps course so I am still learning the best practices but I appreciate any insights. Has anyone faced something similar? Could this be an issue with environment variables, YAML formatting or something else I might be overlooking?
Also i have check this Troubleshooting Integration Issue with Website Deployment on Travis CI witch is good
Thank you…