Skip to content

Commit 326dd6f

Browse files
Create appspec.yml
1 parent 4ebfb02 commit 326dd6f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

appspec.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### appspec.yml ###
2+
version: 0.0
3+
os: Amazon Linux
4+
files:
5+
- source: /
6+
destination: /
7+
file_exists_behavior: OVERWRITE
8+
# hooks:
9+
# ApplicationStop:
10+
# - location: scripts/application_stop.sh
11+
# timeout: 300
12+
# runas: root
13+
# ApplicationStart:
14+
# - location: scripts/application_start.sh
15+
# timeout: 300
16+
# runas: root

0 commit comments

Comments
 (0)