Skip to content

Commit

Permalink
Update production-upgrade.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonmcfadd committed Nov 7, 2023
1 parent e965665 commit 34cb3ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions production-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
python3 -m pip install --upgrade pip
cd /home/brandon_brandonmcfadden_com/cta-reliability/
sudo git stash
sudo git stash -- /home/brandon_brandonmcfadden_com/cta-reliability/
sudo git stash drop -- /home/brandon_brandonmcfadden_com/cta-reliability/
sudo git pull -- /home/brandon_brandonmcfadden_com/cta-reliability/
sudo git stash drop
sudo git pull
sudo chown -R brandon_brandonmcfadden_com:brandon_brandonmcfadden_com .
sudo chmod +x production-upgrade.sh
pip install -r /home/brandon_brandonmcfadden_com/cta-reliability/requirements.txt
Expand Down

0 comments on commit 34cb3ea

Please sign in to comment.