We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acbc5fa commit bb61109Copy full SHA for bb61109
1 file changed
.github/workflows/docker-build.yml
@@ -39,7 +39,7 @@ jobs:
39
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
40
docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest
41
42
- - name: Deploy to App Runner
43
- if: github.ref == 'refs/heads/main'
44
- run: |
45
- aws apprunner start-deployment --service-arn ${{ secrets.APPRUNNER_SERVICE_ARN }}
+ # - name: Deploy to App Runner
+ # if: github.ref == 'refs/heads/main'
+ # run: |
+ # aws apprunner start-deployment --service-arn ${{ secrets.APPRUNNER_SERVICE_ARN }}
0 commit comments