Skip to content

Commit

Permalink
fix:fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rocknroll17 committed Nov 2, 2024
1 parent 4fafcca commit cef8cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
run: |
echo "${SSH_PRIVATE_KEY}" > private_key
chmod 600 private_key
ssh -i private_key $EC2_USER@$EC2_HOST 'sudo lsof -t -i :1500 | xargs sudo kill -9 && screen -S server -d -m bash -c "source myenv/bin/activate && cd ~/mirisa_server && python3 main.py"'
ssh -i private_key $EC2_USER@$EC2_HOST 'sudo lsof -t -i :8000 | xargs sudo kill -9 && screen -S server -d -m bash -c "source myenv/bin/activate && cd ~/mirisa_server && python3 main.py"'

0 comments on commit cef8cc8

Please sign in to comment.