Skip to content

Commit

Permalink
feat: updates to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yokwejuste committed Aug 6, 2024
1 parent 7c26e95 commit 1fe9126
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,3 @@ jobs:
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest
- name: Deploy to AWS App Runner
run: |
aws apprunner start-deployment --service-arn ${{ secrets.APPRUNNER_ARN }} --source-configuration ImageIdentifier=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG

0 comments on commit 1fe9126

Please sign in to comment.