Added rsync deploy

This commit is contained in:
2021-10-25 00:35:57 +02:00
parent d17127ee4d
commit bb4875df80
5 changed files with 11 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
FROM klakegg/hugo:alpine-ci
# Install git and ssh
RUN apk add --no-cache git openssh
RUN apk add --no-cache git openssh rsync
# Install python/pip
ENV PYTHONUNBUFFERED=1