Skip to content

Commit 1c17660

Browse files
authored
Create appspec.yml
1 parent 8bdccc7 commit 1c17660

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

appspec.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version: 0.0
2+
os: linux
3+
4+
files:
5+
- source: /
6+
destination: /home/ubuntu/Reminiscence-BE
7+
overwrite: yes
8+
9+
permissions:
10+
- object: /
11+
owner: ubuntu
12+
group: ubuntu
13+
14+
hooks:
15+
AfterInstall:
16+
- location: scripts/stop.sh
17+
timeout: 60
18+
ApplicationStart:
19+
- location: scripts/start.sh
20+
timeout: 60

0 commit comments

Comments
 (0)