-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdemoRevision.tar
More file actions
28 lines (23 loc) · 10 KB
/
demoRevision.tar
File metadata and controls
28 lines (23 loc) · 10 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
appspec.yml 0000664 0001750 0001750 00000000502 13523276342 013076 0 ustar ec2-user ec2-user version: 0.0
os: linux
files:
- source: files/newpage.html
destination: /var/www/html
permissions:
- object: /var/www/html
pattern: newpage.html
mode: 755
type:
- file
hooks:
BeforeInstall:
- location: scripts/webserver-stop.sh
AfterInstall:
- location: scripts/webserver-start.sh