Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
devnsko committed Nov 11, 2024
1 parent 4ab3d22 commit 7e9447a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
port: ${{ secrets.SERVER_PORT }}
script: |
cd /opt/ai-bee
git config --global safe.directory '*'
git pull origin main
sudo git config --global safe.directory '*'
sudo git pull origin main
source venv/bin/activate || python3 -m venv venv && source venv/bin/activate
pip install -r requirements.txt
echo "BEE_TOKEN=${{ secrets.BEE_TOKEN }}" > .env
Expand Down

0 comments on commit 7e9447a

Please sign in to comment.