fix: echo placement in prod script (#1792)

This commit is contained in:
Shubham Palriwala
2023-12-18 15:23:10 +05:30
committed by GitHub
parent 6a7b66aaaa
commit 6f552886d0

View File

@@ -58,8 +58,6 @@ install_formbricks() {
echo "🎉 Hooray! Docker is all set and ready to go. You're now ready to run your Formbricks instance!"
# Installing Traefik
echo "🚗 Installing Traefik..."
mkdir -p formbricks && cd formbricks
echo "📁 Created Formbricks Quickstart directory at ./formbricks."
@@ -67,6 +65,9 @@ install_formbricks() {
echo "💡 Please enter your email address for the SSL certificate:"
read email_address
# Installing Traefik
echo "🚗 Configuring Traefik..."
cat <<EOT >traefik.yaml
entryPoints:
web: