deprecation
This commit is contained in:
@@ -1,6 +1,17 @@
|
||||
#!/bin/sh
|
||||
|
||||
# ==============================================================================
|
||||
# DEPRECATED: This script is deprecated and may be removed in a future release.
|
||||
# ==============================================================================
|
||||
|
||||
# Print warning to stderr
|
||||
echo "----------------------------------------------------------------------" >&2
|
||||
echo "WARNING: 'update-plfe.sh' is DEPRECATED." >&2
|
||||
echo "---------------------------------------------------------------------" >&2
|
||||
|
||||
rm -rf static/frontends/pleroma-fe
|
||||
FRONTEND_LINK=`curl -sS https://git.pleroma.social/pleroma/pleroma-fe/-/jobs/artifacts/develop/download?job=build | grep -io '<a href=['"'"'"][^"'"'"']*['"'"'"]' | sed -e 's/^<a href=["'"'"']//i' -e 's/["'"'"']$//i'`
|
||||
echo "The download link for pleroma-fe is:"
|
||||
echo "${FRONTEND_LINK}"
|
||||
docker exec -it pl_web sh ./bin/pleroma_ctl frontend install pleroma-fe --ref develop --build-url "${FRONTEND_LINK}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user