Open daniel-fulgido opened 1 year ago
Hi @daniel-fulgido, Thanks for reaching out. A few followup questions:
DEVOPS-NA-INFRA
?As a notice, in my case was due to having set the AppRunner instance to configuration through the apprunner.yml
, whereas to work with the API, it must be to set up for the be configured through the console or the API
My pipeline is this:
` name: Deploy to App Runner on: push: branches: [main]
jobs:
deploy: name: Deploy runs-on: ubuntu-latest
I used this blog post as an example: https://aws.amazon.com/pt/blogs/containers/deploy-applications-in-aws-app-runner-with-github-actions/ and it's not working. My service user has maximum permission to deploy to App Runner