etherpad-lite/README.libretic-build

19 lines
474 B
Plaintext

# notes de build pour la version etherpad hébergée chez libretic
# tag dans la branche develop
VERSION=v1.9.1
git switch develop
git pull origin develop
git push libretic
git switch libretic-build
git merge $VERSION
git push libretic
docker build --build-arg ETHERPAD_PLUGINS="ep_comments_page ep_delete_after_delay ep_prometheus" --tag git.libretic.fr/libretic/etherpad:$VERSION .
docker login git.libretic.fr
docker push git.libretic.fr/libretic/etherpad:$VERSION