Compare commits

..

2 Commits

Author SHA1 Message Date
Dustin 5f10e80b46 setup: Include templates in binary distribution 2018-07-27 08:30:04 -05:00
Dustin 007a3e556a ci: Add Jenkins pipeline 2018-07-27 08:30:04 -05:00
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
rsync -rti dist/ ${PUBLISH_USER}@${PUBLISH_HOST}:wheelhouse \ rsync -rti dist/ ${PUBLISH_USER}@${PUBLISH_HOST}:wheelhouse \
--include '*.whl' --exclude '**' --include '*.whl' --exclude '**'
ssh ${PUBLISH_USER}@${PUBLISH_HOST} \ ssh ${PUBLISH_USER}@${PUBLISH_HOST} \
venv/bin/pip install --upgrade --no-index -f wheelhouse DarkChestOfWonders venv/bin/pip install --upgrade --force-reinstall --no-index -f wheelhouse DarkChestOfWonders