diff --git a/.drone.yml b/.drone.yml index b45f44c..c30f8ad 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,4 +12,16 @@ steps: # prepare output directory - mkdir -p /drone/src/out/ # build - - wine c:/python/Scripts/pyinstaller.exe --onefile --name matomo-csv-util --distpath z:/drone/src/out z:/drone/src/main.py \ No newline at end of file + - wine c:/python/Scripts/pyinstaller.exe --onefile --name matomo-csv-util --distpath z:/drone/src/out z:/drone/src/main.py + + - name: publish + image: git.argideli.com/quertex/docker-win-pyinstaller + pull: always + commands: + - cp -r z:/drone/src/out/* z:/drone/artifacts + + - name: cleanup + image: git.argideli.com/quertex/docker-win-pyinstaller + pull: always + commands: + - rm -rf z:/drone/src \ No newline at end of file