Skip to content

Commit

Permalink
♻️ refactor: appspec.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
gomin0 committed Jul 30, 2024
1 parent 9ba24d0 commit 55be219
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ permissions:
pattern: "**"
owner: ubuntu
group: ubuntu
- object: /home/ubuntu/cicd/scripts
pattern: "*.sh"
owner: ubuntu
group: ubuntu
mode: 755

hooks:
AfterInstall:
Expand Down

0 comments on commit 55be219

Please sign in to comment.