Skip to content

Commit

Permalink
appspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eunxoo committed Feb 14, 2024
1 parent a762734 commit ffa32e5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions appspec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 0.0
os: linux

files:
- source: /
destination: /home/ubuntu/mutsa-deploy
overwrite: yes
permissions:
- object: /home/ubuntu/mutsa-deploy
owner: ubuntu
group: ubuntu
mode: 755
hooks:
AfterInstall:
- location: deploy.sh
timeout: 60
runas: root
2 changes: 2 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
echo "> FE 배포"

0 comments on commit ffa32e5

Please sign in to comment.