Sign inSign up

plsr/pylone

By plsr

Updated about 2 years ago

Python serverless deployment library

Image
1

3.6K

plsr/pylone repository overview

Pylone icon

PYLONE

Python CD framework

Usage

Pylone usage

pylone -h

Template reference

stages global parameter

You 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 parameter

You can use the source parameter to force a directory to be used as source

source: ./bin

before-script parameter

You 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 parameter

Similar as before-script but launch script at the end of process

after-script: ./script.sh
# OR
after-script: "echo 'END of process'"

bucket-name parameter

Default value: pylone-bucket

Allows you to choose the bucket name where pylone will upload zip files.

bucket-name: tmp-pylone-files

Tag summary

Content type

Image

Digest

sha256:28330fe7c

Size

111.9 MB

Last updated

about 2 years ago

docker pull plsr/pylone