Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ubergeek77 committed Jul 3, 2023
1 parent f9870e5 commit 0474404
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ if [[ "${CURRENT_BACKEND}" != "0.0.0" ]] && [[ "${HAS_VOLUME}" == "0" ]]; then
echo "| |"
echo "| If you continue, any credentials and settings that have already been |"
echo "| generated will be used again, but the Lemmy instance you deploy will |"
echo "| be a \"brand new\" one. Otherwise, this deployment should work fine. |"
echo "| be a \"brand new\" one. Otherwise, this deployment should work fine. |"
echo "| |"
echo "| If deploy.sh does not start Lemmy from this state, you may need to |"
echo "| run deploy.sh with the -f flag to force-redeploy. |"
Expand All @@ -905,6 +905,7 @@ if [[ "${CURRENT_BACKEND}" != "0.0.0" ]] && [[ "${HAS_VOLUME}" == "0" ]]; then
exit 0
fi
fi
echo

# Determine Backend update version
# Allow the user to override the version to update to
Expand Down Expand Up @@ -1151,6 +1152,8 @@ if [[ "${BUILD_FRONTEND}" == "1" ]]; then
fi
fi

echo

# Determine the images to use
# Try to use my images first, then the official ones
LEMMY_IMAGE_TAG="ghcr.io/ubergeek77/lemmy:${LATEST_BACKEND:?}"
Expand Down

0 comments on commit 0474404

Please sign in to comment.