Skip to content

Commit fa8cbb0

Browse files
author
root
committed
This is my test code
1 parent 7fc96ec commit fa8cbb0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

appspec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 0.0
22
os: linux
33
files:
4-
- source: /
4+
- source: /code
55
destination: /var/www/html
66
permissions:
77
- object: /var/www/html
@@ -19,4 +19,4 @@ hooks:
1919
runas: root
2020
AfterInstall:
2121
- location: scripts/restartapache.sh
22-
runas: root
22+
runas: root
File renamed without changes.

0 commit comments

Comments
 (0)