Skip to content

Commit bb61109

Browse files
committed
chore: remove app runner
1 parent acbc5fa commit bb61109

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
4040
docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest
4141
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 }}
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 }}

0 commit comments

Comments
 (0)