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
1 parent fa6c896 commit 16ecb53
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ permissions:
contents: read

jobs:
deploy:
name: Deploy
build:
name: Build
runs-on: ubuntu-latest
environment: production

Expand Down
5 changes: 2 additions & 3 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ files:
overwrite: yes

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

hooks:
ApplicationStart:
AfterInstall:
- location: scripts/deploy.sh
timeout: 60
runas: ubuntu
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/deploy-fe/dist/* /var/www/html
# sudo cp -rf /home/ubuntu/MoaRoom-Front/* /var/www/html

0 comments on commit 16ecb53

Please # to comment.