Skip to content

Commit

Permalink
git checkout deploy-test
Browse files Browse the repository at this point in the history
  • Loading branch information
megymj committed Nov 6, 2023
1 parent a8e0e65 commit c661ea8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ jobs:
if [ ! -d "$APP_DIR" ]; then
mkdir -p $APP_DIR
git clone $REPO_URL $APP_DIR
git checkout deploy-test
else
cd $APP_DIR
git pull origin main
git checkout deploy-test
fi
sudo pip install -r requirements.txt
Expand Down

0 comments on commit c661ea8

Please sign in to comment.