Skip to content

Commit

Permalink
Quickfix: Change .env
Browse files Browse the repository at this point in the history
  • Loading branch information
MickLesk authored Nov 14, 2024
1 parent 4e1a2bd commit 493d54f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ct/adventurelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_v

msg_info "Updating ${APP} to ${RELEASE}"
cp /opt/adventurelog/backend/server/.env /opt/server.env
cp /opt/adventurelog/frontend/env /opt/frontend.env
cp /opt/adventurelog/frontend/.env /opt/frontend.env
wget -q "https://github.com/seanmorley15/AdventureLog/archive/refs/tags/v${RELEASE}.zip"
unzip -q v${RELEASE}.zip
mv AdventureLog-${RELEASE} /opt/adventurelog
Expand Down Expand Up @@ -107,4 +107,4 @@ description

msg_ok "Completed Successfully!\n"
echo -e "${APP} Setup should be reachable by going to the following URL.
${BL}http://${IP}:3000${CL} \n"
${BL}http://${IP}:3000${CL} \n"

0 comments on commit 493d54f

Please sign in to comment.