Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ymj07168 authored Mar 3, 2024
1 parent 87429c4 commit 54516ef
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,15 @@ jobs:

- name: Install & Build
run: |
npm install --legacy-peer-deps
npm install
CI='' npm run build
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ap-northeast-2

- name: Deploy
run: aws s3 sync ./build s3://${{ secrets.S3_BUCKET }} --profile=weflow-a

0 comments on commit 54516ef

Please sign in to comment.