pleroma-fe/ci/deploy.sh
Sam Therapy eaa287d39d
All checks were successful
continuous-integration/drone/push Build is passing
Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into froth
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2023-01-20 18:24:45 +01:00

11 lines
522 B
Bash
Executable file

#!/usr/bin/env bash
TARGET="pleroma@froth.zone:/opt/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"