deploy to a new location maybe
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
1d77037cf8
commit
de51942ac7
9 changed files with 11 additions and 11 deletions
|
@ -3,8 +3,8 @@ 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/"
|
||||
rsync --update -ra dist/static/ "${TARGET}/instance/static/static"
|
||||
rsync --update -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"
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
<br />
|
||||
<a href="https://bloat.froth.zone" rel="noopener noreferrer nofollow">Bloat FE</a>
|
||||
|
|
||||
<a href="https://glitch.froth.zone" rel="noopener noreferrer nofollow">Masto FE</a>
|
||||
<a href="/web" rel="noopener noreferrer nofollow">Masto FE</a>
|
||||
|
|
||||
<a href="/main/all" rel="noopener noreferrer nofollow">Pleroma FE</a>
|
||||
<a href="/main" rel="noopener noreferrer nofollow">Pleroma FE</a>
|
||||
|
|
||||
<a href="https://soap.froth.zone" rel="noopener noreferrer nofollow">Soapbox FE</a>
|
||||
|
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue