Skip to content

Commit

Permalink
test: 배포 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
mangowhoiscloud committed Sep 6, 2024
1 parent f842256 commit 67999bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ jobs:
with:
python-version: 3.12.4

- name: Configure AWS credentials
if: ${{ github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/main' }}
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_KEY }}
aws-region: ${{ secrets.AWS_REGION }}

- name: 배포 Dir 생성
if: ${{ github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/main' }}
working-directory: ./
Expand Down

0 comments on commit 67999bc

Please sign in to comment.