Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-creative committed Nov 26, 2023
1 parent d8f6952 commit 96a7d26
Showing 1 changed file with 31 additions and 8 deletions.
39 changes: 31 additions & 8 deletions appspec.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
#version: 0.0
#os: linux
#
#files:
# - source: /
# destination: /home/ubuntu/spring-github-action
# overwrite: yes
#
#permissions:
# - object: /
# owner: ubuntu
# group: ubuntu
#
#
#hooks:
# ApplicationStart:
# - location: scripts/run_new_was.sh
# timeout: 60
#
# - location: scripts/health_check.sh
# timeout: 60
#
# - location: scripts/switch.sh
# timeout: 60



version: 0.0
os: linux

Expand All @@ -11,14 +38,10 @@ permissions:
owner: ubuntu
group: ubuntu


hooks:
ApplicationStart:
- location: scripts/run_new_was.sh
AfterInstall:
- location: scripts/stop.sh
timeout: 60

- location: scripts/health_check.sh
timeout: 60

- location: scripts/switch.sh
ApplicationStart:
- location: scripts/start.sh
timeout: 60

0 comments on commit 96a7d26

Please sign in to comment.