12 lines
239 B
YAML
12 lines
239 B
YAML
production:
|
|
type: deploy
|
|
script:
|
|
- pip install --upgrade -r requirements.txt
|
|
- cd src
|
|
- python setup.py py2exe
|
|
- cd ..
|
|
- cd scripts
|
|
- python prepare_zipversion.py
|
|
artifacts:
|
|
paths:
|
|
- src\socializer.zip |