pleroma-fe/ci/deploy.sh
Sam Therapy 95a0877df6
All checks were successful
continuous-integration/drone/push Build is passing
nothing
2023-03-23 13:32:19 +01:00

12 lines
534 B
Bash
Executable file

#!/usr/bin/env bash
TARGET="pleroma@froth.zone:/var/www/pleroma/pleroma-fe"
#rsync -ra public/ "${TARGET}/instance/static"
#cp dist/index.html "${TARGET}/instance/static/index.html"
rsync --update -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"