From f6f9c7c0b70f782dc9c1e04dea4c001b0f6a6938 Mon Sep 17 00:00:00 2001 From: Bas van den Berg <74251551+bvdberg01@users.noreply.github.com> Date: Sun, 23 Mar 2025 22:27:56 +0100 Subject: [PATCH] Update manyfold-install.sh --- install/manyfold-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/manyfold-install.sh b/install/manyfold-install.sh index abbbd2a..38a2950 100644 --- a/install/manyfold-install.sh +++ b/install/manyfold-install.sh @@ -106,6 +106,7 @@ HTTPS_ONLY=false RAILS_ENV=production EOF chown manyfold:manyfold /opt/.env +$STD source /opt/.env && credentials:edit $STD source /opt/.env && bin/rails db:migrate $STD source /opt/.env && bin/rails assets:precompile echo "${RELEASE}" >/opt/${APPLICATION}_version.txt