This repository has been archived on 2022-04-30. You can view files and clone it, but cannot push or open issues/pull-requests.
|
: ${PUBLISH_HOST:=jenkins@file0.pyrocufflink.blue}
|
|
: ${PUBLISH_PATH:=/var/lib/wheels/homeassistant}
|
|
|
|
rsync -rtiO \
|
|
--delete \
|
|
--include '*.whl' \
|
|
dist/ \
|
|
${PUBLISH_HOST}:${PUBLISH_PATH%/}/
|