diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md index 6f8ec86..b897465 100644 --- a/DEPLOYMENT.md +++ b/DEPLOYMENT.md @@ -303,6 +303,26 @@ git push - **Git Server Port**: 28 (configured in SSH config) - **Integration**: Docker Compose Manager plugin (stack appears in Unraid Docker tab) +#### Unraid Server Tip: Create a Shell Alias + +For quick access to the bot directory on Unraid, create a bash alias: + +```bash +# SSH into Unraid +ssh root@192.168.2.61 + +# Add alias to .bashrc +echo "alias discord='cd /boot/config/plugins/compose.manager/projects/discord-stock-bot'" >> ~/.bashrc + +# Reload shell configuration +source ~/.bashrc + +# Now you can quickly navigate to the bot directory +discord +``` + +This allows you to type `discord` instead of the full path whenever you SSH into your Unraid server. + #### Troubleshooting Automated Deployment **SSH Connection Issues:**