forked from MarseyWorld/MarseyWorld
gdf
parent
aaf7c0f02e
commit
3dbe6af87f
13
appspec.yml
13
appspec.yml
|
@ -1,13 +0,0 @@
|
||||||
version: 0.0
|
|
||||||
os: linux
|
|
||||||
files:
|
|
||||||
- source: /
|
|
||||||
destination: files
|
|
||||||
permissions:
|
|
||||||
- object: files/*
|
|
||||||
mode: 4755
|
|
||||||
hooks:
|
|
||||||
AfterInstall:
|
|
||||||
- location: scripts/install_pip
|
|
||||||
ApplicationStart:
|
|
||||||
- location: scripts/start_files
|
|
|
@ -1,8 +0,0 @@
|
||||||
version: 0.2
|
|
||||||
phases:
|
|
||||||
install:
|
|
||||||
runtime-versions:
|
|
||||||
python: 3.7
|
|
||||||
artifacts:
|
|
||||||
files:
|
|
||||||
- '**/*'
|
|
Loading…
Reference in New Issue