Skip to content

Commit

Permalink
Merge pull request #395 from LlmKira/sudoskys-patch-2
Browse files Browse the repository at this point in the history
Update deploy.sh
  • Loading branch information
sudoskys authored Apr 18, 2024
2 parents 2c36f59 + ce4a819 commit bf1655a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ pip install pdm
pdm install -G bot
cp .env.exp .env && nano .env

# Test
echo "Testing setup..."
pdm run python3 start_sender.py &
pdm run python3 start_receiver.py &

# Install or update pm2
if ! [ -x "$(command -v pm2)" ]; then
echo "Installing npm and pm2..."
Expand Down

0 comments on commit bf1655a

Please sign in to comment.