Skip to content
Snippets Groups Projects
Verified Commit f4d028e5 authored by cyrinux's avatar cyrinux :construction_worker_tone1:
Browse files

fix: add plugins in the image

parent b6c39699
No related branches found
No related tags found
No related merge requests found
Pipeline #33336 passed
......@@ -47,6 +47,14 @@ if [ -z $SKIP_RSYNC_ON_STARTUP ]; then
sudo -u app rsync -a --no-owner --delete \
$SRC_DIR/plugins.local/nginx_xaccel \
$DST_DIR/plugins.local/nginx_xaccel
sudo -u app rsync -a --no-owner --delete \
$SRC_DIR/plugins.local/mastodon \
$DST_DIR/plugins.local/mastodon
sudo -u app rsync -a --no-owner --delete \
$SRC_DIR/plugins.local/mailer_smtp \
$DST_DIR/plugins.local/mailer_smtp
fi
else
echo "warning: working copy in $DST_DIR won't be updated, make sure you know what you're doing."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment