Skip to content

Commit

Permalink
Create appSpec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jun02160 committed Jun 24, 2023
1 parent d35d1e8 commit a1419af
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions WEEK4/FourthSeminar/appSpec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 0.0
os: linux

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

permissions:
- object: /
pattern: "**"
owner: ubuntu
group: ubuntu

hooks:
AfterInstall:
- location: deploy.sh
timeout: 60
runas: ubuntu

0 comments on commit a1419af

Please sign in to comment.