Update manyfold-install.sh

This commit is contained in:
Bas van den Berg
2025-03-23 22:29:23 +01:00
committed by GitHub
parent f6f9c7c0b7
commit 67b567d43a

View File

@@ -106,7 +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 credentials:edit
$STD source /opt/.env && bin/rails db:migrate
$STD source /opt/.env && bin/rails assets:precompile
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt