Skip to content

Commit

Permalink
feat: deploy 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Juyeong-Byeon committed Jun 10, 2024
1 parent eaf7e5a commit ffb7ed4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
release-sementic:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
permissions:
contents: write
pull-requests: write
Expand Down
3 changes: 3 additions & 0 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ release:
- "@semantic-release/changelog"
- "@semantic-release/github"
- "@semantic-release/git"
- "@semantic-release/exec"
analyzeCommits:
- path: "@semantic-release/commit-analyzer"
releaseRules:
Expand Down Expand Up @@ -62,6 +63,8 @@ release:
- "CHANGELOG.md"
publish:
- path: "@semantic-release/github"
- path: "@semantic-release/exec"
publishCmd: "npm run build&& aws s3 sync ./dist s3://matthew-deploy-ci-test-dev-south-kr --profile=deploy-ci"
success:
- "@semantic-release/github"
fail:
Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function App() {
return (
<>
<div>
<h1>Test deploy 4</h1>
<h1>Test deploy 5</h1>
<a href="https://react.dev" target="_blank">
<img src={reactLogo} className="logo react" alt="React logo" />
</a>
Expand Down

0 comments on commit ffb7ed4

Please sign in to comment.