Skip to content

Commit

Permalink
[main] Fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
NayeonKeum committed Aug 6, 2023
2 parents 16ecb53 + 5b73ae2 commit 11db399
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ os: linux

files:
- source: /
destination: /home/ubuntu/MoaRoom-Front
destination: /home/ubuntu/app
overwrite: yes

permissions:
- object: /home/ubuntu/MoaRoom-Front
- object: /
pattern: "**"
owner: ubuntu
group: ubuntu
mode: 755

hooks:
AfterInstall:
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

PROJECT_ROOT="/home/ubuntu/MoaRoom-Front"
echo "> FE 배포"
# sudo cp -rf /home/ubuntu/MoaRoom-Front/* /var/www/html
# sudo cp -rf /home/ubuntu/MoaRoom-Front/* /var/www/html

0 comments on commit 11db399

Please sign in to comment.