Skip to content

Commit

Permalink
Update test_deploy_ui.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsaporiti authored Aug 23, 2024
1 parent 273b133 commit 1e496f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_deploy_ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Issuer Node UI to Testing AWS Environment
on:
push:
branches:
- develop
- feature/implement-new-design

env:
AWS_ACCOUNT_ID: ${{ secrets.TEST_AWS_ACCOUNT_ID }}
Expand Down Expand Up @@ -58,4 +58,4 @@ jobs:
docker push ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}
docker tag polygonid/issuernode_ui:${{ env.IMAGE_TAG }} ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:latest
docker push ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:latest
docker push ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:latest

0 comments on commit 1e496f3

Please sign in to comment.