Compare commits

..

2 Commits

Author SHA1 Message Date
Dustin 7e5970ecd9 setup: Include templates in binary distribution 2018-07-27 08:26:59 -05:00
Dustin 845dc0bbed ci: Add Jenkins pipeline 2018-07-27 08:26:59 -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 --no-index -f wheelhouse DarkChestOfWonders venv/bin/pip install --upgrade --no-index -f wheelhouse DarkChestOfWonders