Skip to content

Commit

Permalink
add cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
tinydjp committed Sep 17, 2024
1 parent c5f0e82 commit ffa0ad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Vota bridge CICD

on:
push:
branches: [dora-migrate-vota]
branches: [dora-migrate-vota,main]

jobs:
build:
Expand All @@ -19,7 +19,7 @@ jobs:
run: |
docker build -t vota-bridge-ui:local -f Dockerfile .
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@master
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.AWS_ROLE }}
aws-region: ap-southeast-1
Expand Down

0 comments on commit ffa0ad0

Please sign in to comment.