I have a Python app that does Web scraping. I want to use the CI/CD pipeline to integrate and deploy on Google Cloud. Please advise me what are the cloud apps that are suitable for this and how to write the YAML. file as I found this error and I don't know how to resolve it.
ERROR: build step 0 failed: step exited with non-zero status: 1
@ links to members
Hi, are you sure you are using App Engine (as you labeled it)? It sounds more like a question for Cloud Run or Cloud Build.
Yes, you are right. I used github repo that I connected to cloud repo , then used cloud build and artifact registry. but at this step i got stuck. I need help to figure out the error as my app is for webscraping and then it download data to google sheet.
In that case, I think you should post the question under the category Developer Tools and make sure you label it as Cloud Build, so that people working with that technology can see it and help you.
Cheers.