Skip to content

Commit

Permalink
fix : aws user name
Browse files Browse the repository at this point in the history
  • Loading branch information
thalals committed Feb 19, 2024
1 parent 5e72fcb commit 63d3d50
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ os: linux

files:
- source: /
destination: /home/ubuntu/deploy
destination: /home/tht-chat-admin/deploy

permissions:
- object: /home/ubuntu/deploy/
owner: ubuntu
group: ubuntu
- object: /home/tht-chat-admin/deploy/
owner: tht-chat-admin
group: tht-chat-admin

hooks:
AfterInstall:
- location: /start_server.sh
timeout: 60
runas: ubuntu
runas: tht-chat-admin

0 comments on commit 63d3d50

Please sign in to comment.