Initial commit: Angular frontend and Expressjs backend
This commit is contained in:
18
worklenz-backend/appspec.yml
Normal file
18
worklenz-backend/appspec.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
version: 0.0
|
||||
os: linux
|
||||
files:
|
||||
- source: /
|
||||
destination: "DESTINATION_HERE"
|
||||
permissions:
|
||||
- object: "OBJECT_PATH_HERE"
|
||||
pattern: "*.sh"
|
||||
# owner: root
|
||||
# group: root
|
||||
mode: 775
|
||||
type:
|
||||
- file
|
||||
hooks:
|
||||
AfterInstall:
|
||||
- location: build.sh
|
||||
timeout: 3600
|
||||
runas: root
|
||||
Reference in New Issue
Block a user