admin-fe/ci/deploy.sh
Sam Therapy dd75eab9a2
Some checks failed
continuous-integration/drone/push Build is failing
api/v1 for chats & adding auto deploy :)
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2023-01-05 15:49:39 +01:00

6 lines
141 B
Bash
Executable file

#!/usr/bin/env bash
TARGET="pleroma@froth.zone:/opt/pleroma"
rsync --update -Pr dist/ "${TARGET}/instance/static/frontends/admin-fe/froth"