pleroma-fe/ci/deploy.sh
Sam Therapy 440c2c15b6
All checks were successful
continuous-integration/drone/push Build is passing
PWA time
2023-04-12 15:00:59 +02:00

11 lines
537 B
Bash
Executable file

#!/usr/bin/env bash
TARGET="pleroma@froth.zone:/var/www/pleroma/zero"
#rsync -ra public/ "${TARGET}/instance/static"
#cp dist/index.html "${TARGET}/instance/static/index.html"
rsync --update --delete -Pr dist/ "${TARGET}"
#rsync --update -ra dist/static/ "${TARGET}/instance/static/static"
#rsync --delete -ra images/ "${TARGET}/instance/static/images"
#rsync --delete -ra sounds/ "${TARGET}/instance/static/sounds"
#rsync -ra instance/ "${TARGET}/instance/static/instance"
#rsync --delete -ra pages/ "${TARGET}/instance/static/pages"