Skip to content

Commit

Permalink
feat: deploy.sh 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeseon-han committed Feb 17, 2024
1 parent ac194df commit c161dc4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ permissions:
owner: ubuntu
group: ubuntu
mode: 755
hooks:
AfterInstall:
- location: deploy.sh
timeout: 60
runas: root
6 changes: 6 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

echo "> FE 배포"

nohup yarn start &

0 comments on commit c161dc4

Please sign in to comment.