Skip to content

Commit

Permalink
Merge pull request #8 from codestates-seb/dev
Browse files Browse the repository at this point in the history
Create appspec.yml
  • Loading branch information
Ciel-azure authored Mar 9, 2023
2 parents 921e760 + d7032cb commit c9b042a
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 c9b042a

Please sign in to comment.