This commit is contained in:
parent
fed3c8882a
commit
697b8d1f42
1 changed files with 1 additions and 1 deletions
|
@ -21,5 +21,5 @@ deploy:
|
||||||
echo "$SSH_KNOWN_HOSTS" > $HOME/.ssh/known_hosts && \
|
echo "$SSH_KNOWN_HOSTS" > $HOME/.ssh/known_hosts && \
|
||||||
chmod 600 $HOME/.ssh/*
|
chmod 600 $HOME/.ssh/*
|
||||||
COPY +site/build /build
|
COPY +site/build /build
|
||||||
RUN --secret SSH_TARGET --push rsync -avrz --delete /build/ $SSH_TARGET
|
RUN --secret SSH_TARGET --push rsync -cvrz --delete /build/ $SSH_TARGET
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue