This repository has been archived on 2022-04-30. You can view files and clone it, but cannot push or open issues/pull-requests.
homeassistant-wheels/publish.sh

9 lines
213 B
Bash

: ${PUBLISH_HOST:=files.pyrocufflink.blue}
: ${PUBLISH_PATH:=/var/lib/wheels/homeassistant}
rsync -rtiO \
--delete \
--include '*.whl' \
dist/ \
${PUBLISH_HOST}:${PUBLISH_PATH%/}/