Python CD framework
pylone -h
stages global parameterYou can set the stages parameter to have a multistage project
stages:
- dev # first one is used as default stage
- prod # all other stages are more advanced stages
source parameterYou can use the source parameter to force a directory to be used as source
source: ./bin
before-script parameterYou can use the before-script parameter to execute a bash script before processing an entity
before-script: ./script.sh
# OR
before-script: "echo 'Starting ...'"
after-script parameterSimilar as before-script but launch script at the end of process
after-script: ./script.sh
# OR
after-script: "echo 'END of process'"
bucket-name parameterDefault value:
pylone-bucket
Allows you to choose the bucket name where pylone will upload zip files.
bucket-name: tmp-pylone-files
Content type
Image
Digest
sha256:28330fe7c…
Size
111.9 MB
Last updated
about 2 years ago
docker pull plsr/pylone