Skip to content

Commit

Permalink
chore : appspec.yml 파일 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiseull authored Oct 24, 2023
1 parent a1582e8 commit a872d1a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions appspec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 0.0
os: linux

files:
- source: /
destination: /home/ubuntu/bucket-back
permissions:
- object: /home/ubuntu/bucket-back/
owner: ubuntu
group: ubuntu
hooks:
AfterInstall:
- location: scripts/deploy.sh
timeout: 60
runas: ubuntu

0 comments on commit a872d1a

Please sign in to comment.