mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:35:49 +00:00
Delete appspec.yml
This commit is contained in:
parent
cdc976ff6f
commit
d0fc5da826
1 changed files with 0 additions and 20 deletions
20
appspec.yml
20
appspec.yml
|
@ -1,20 +0,0 @@
|
|||
version: 0.0
|
||||
os: linux
|
||||
files:
|
||||
- source: /
|
||||
destination: /home/ubuntu
|
||||
overwrite: yes
|
||||
permission:
|
||||
- object: /home/ubuntu
|
||||
pattern: "**"
|
||||
owner: ubuntu
|
||||
group: ubuntu
|
||||
hooks:
|
||||
ApplicationStop:
|
||||
- location: scripts/kill_process.sh
|
||||
timeout: 100
|
||||
runas: ubuntu
|
||||
ApplicationStart:
|
||||
- location: scripts/run_process.sh
|
||||
timeout: 3600
|
||||
runas: ubuntu
|
Loading…
Reference in a new issue