Skip to content

Commit

Permalink
Fixed wrong image being used on redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon committed Aug 17, 2024
1 parent b359ece commit 06b6ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GuildWarsPartySearch.NodeJSServer/redeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rm -R "/tmp$BOT_FOLDER";
cd "$BOT_FOLDER";

RUN_CMD=$(cat <<EOF
docker run -d --restart always --name "$BOT_NAME" -p8080:80 -v "$BOT_FOLDER":/app:Z --replace partysearchbot_alpine ./run.sh
docker run -d --restart always --name "$BOT_NAME" -p8080:80 -v "$BOT_FOLDER":/app:Z --replace partysearchserver_alpine ./run.sh
EOF
)
echo $RUN_CMD;
Expand Down

0 comments on commit 06b6ef7

Please sign in to comment.