Skip to content

Commit

Permalink
Merge pull request #33 from DevKor-github/chore/build
Browse files Browse the repository at this point in the history
fix: appspec 변경
  • Loading branch information
tjrdnjs1534 authored Aug 17, 2024
2 parents 59622d8 + f69eaa1 commit cfbda02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

/dist
/coverage
/.github/workflows/dev.yml
/.github/workflows/dev.yml
/appspec.yml
5 changes: 2 additions & 3 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ version: 0.0
os: linux
files:
- source: /
destination: /home/ec2-user/app/
destination: /home/ec2-user/app/
overwrite: yes

permissions:
- object: /home/ec2-user/app/
pattern: "**"
Expand All @@ -14,4 +13,4 @@ hooks:
ApplicationStart:
- location: scripts/deploy.sh
timeout: 120
runas: root
runas: root

0 comments on commit cfbda02

Please sign in to comment.