diff --git a/ci/deploy.sh b/ci/deploy.sh index db06f004..5b8b9fa6 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -3,9 +3,9 @@ TARGET="pleroma@froth.zone:/opt/pleroma" #rsync -ra public/ "${TARGET}/instance/static" #cp dist/index.html "${TARGET}/instance/static/index.html" -rsync --update -Pr dist/ "${TARGET}/instance/static/frontends/pleroma-fe/froth" -rsync --update -ra dist/static/ "${TARGET}/instance/static/frontends/pleroma-fe/froth" +rsync --update --delete -Pr dist/ "${TARGET}/instance/static/frontends/pleroma-fe/froth" +# rsync --update -ra dist/static/ "${TARGET}/instance/static/frontends/pleroma-fe/froth" #rsync --delete -ra images/ "${TARGET}/instance/static/images" #rsync --delete -ra sounds/ "${TARGET}/instance/static/sounds" -rsync -ra instance/ "${TARGET}/instance/static/instance" +rsync --update -ra instance/ "${TARGET}/instance/static/instance" #rsync --delete -ra pages/ "${TARGET}/instance/static/pages"