gdf
This commit is contained in:
parent
4f2ad06cd1
commit
dfafc25736
3 changed files with 1 additions and 22 deletions
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…
Add table
Add a link
Reference in a new issue