Skip to content

Commit

Permalink
Create appspec.yml
Browse files Browse the repository at this point in the history
최상위 폴더로 이동
  • Loading branch information
Ciel-azure authored Mar 9, 2023
1 parent fb88154 commit d7032cb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions appspec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 0.0
os: linux
files:
- source: /
destination: /home/ubuntu/action
overwrite: yes

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

hooks:
ApplicationStart:
- location: /server/scripts/deploy.sh
timeout: 60
runas: ubuntu

0 comments on commit d7032cb

Please sign in to comment.