cicd
This commit is contained in:
14
appspec.yml
14
appspec.yml
@@ -3,4 +3,16 @@ os: linux
|
||||
files:
|
||||
- source: /
|
||||
destination: /home/ec2-user/app/step2/zip/
|
||||
overwrite: yes
|
||||
overwrite: yes
|
||||
|
||||
permissions:
|
||||
- object: /
|
||||
pattern: "**"
|
||||
owner: ec2-user
|
||||
group: ec2-user
|
||||
|
||||
hooks:
|
||||
ApplicationStart:
|
||||
- location: deploy.sh
|
||||
timeout: 60
|
||||
runas: ec2-user
|
||||
Reference in New Issue
Block a user