Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
fix: deploy to apprunner
Browse files Browse the repository at this point in the history
  • Loading branch information
timmyers committed Feb 22, 2023
1 parent 60c87eb commit 78fed45
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ jobs:
semantic_version: ${{ env.SEMANTIC_VERSION }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Trigger apprunner deployment
run: |
aws apprunner start-deployment --service-arn ${{ secrets.APPRUNNER_SERVICE_ARN }}
- name: Deploy to App Runner
uses: awslabs/amazon-app-runner-deploy@main
with:
service: ${{ secrets.APPRUNNER_SERVICE_ARN }}
image: public.ecr.aws/s5k1g2u8/infrakit:${{ steps.semantic.outputs.new_release_version }}
access-role-arn: ${{ secrets.APPRUNNER_SERVICE_ROLE }}
wait-for-service-stability-seconds: 1200

0 comments on commit 78fed45

Please sign in to comment.