Skip to content

Commit

Permalink
Merge pull request #12 from Choco-Express/dev
Browse files Browse the repository at this point in the history
🚀  Deploy
  • Loading branch information
sayyyho authored Aug 27, 2024
2 parents 649e610 + 7d7a469 commit dbb8d97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: ["latest"]
steps:
- name: Checkout Source Code
uses: actions/checkout@v3
Expand All @@ -27,7 +27,7 @@ jobs:
run: CI=false npm run build --if-present

- name: List dist Directory
run: ls dist # 빌드 결과가 있는지 확인하는 단계
run: ls dist # 빌드 결과가 있는지 확인하는 단계

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
Expand All @@ -43,4 +43,4 @@ jobs:
run: aws s3 sync --region ap-northeast-2 dist ${{ secrets.S3_BUCKET_NAME }} --delete

- name: Invalidate CloudFront Cache
run: aws cloudfront create-invalidation --distribution-id ${{ secrets.AWS_DISTRIBUTION_ID }} --paths "/*"
run: aws cloudfront create-invalidation --distribution-id ${{ secrets.AWS_DISTRIBUTION_ID }} --paths "/*"
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const Layout = () => {
<Wrapper>
<Content>
<Outlet />
test
최종 test
</Content>
</Wrapper>
</Frame>
Expand Down

0 comments on commit dbb8d97

Please sign in to comment.