Skip to content

Commit

Permalink
some more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rathorevaibhav committed Nov 12, 2024
1 parent a90d442 commit f41aa10
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ jobs:
cd $SSH_BUILD_DIRECTORY
echo "Pulling latest code"
git checkout -f
git pull origin main
# git checkout -f
git pull origin feature/cd

source env/bin/activate
pip install -r requirements.txt

echo "Restarting services"
sudo systemctl daemon-reload
Expand Down

0 comments on commit f41aa10

Please sign in to comment.