mirror of
https://git.pleroma.social/sjw/pleroma-fe.git
synced 2024-12-23 13:45:06 +01:00
( ͡° ͜ʖ ͡°)
This commit is contained in:
parent
2dce8ee4e6
commit
41dee250ca
2
build.sh
2
build.sh
@ -6,8 +6,8 @@ yarn install -D
|
||||
rm -rf dist/*
|
||||
npm run build
|
||||
|
||||
rsync -ra public/ "${TARGET}/instance/static"
|
||||
cp dist/index.html "${TARGET}/instance/static/index.html"
|
||||
rsync --delete -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 public/ "${TARGET}/instance/static"
|
||||
|
Loading…
Reference in New Issue
Block a user