Skip to content

Commit

Permalink
Update fastapi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pathfindermilan authored Nov 3, 2024
1 parent b27ec90 commit 753aa06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/fastapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Install uv
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Deploy to Directory
run: |
sudo mkdir -p /var/www/restio/ai
Expand Down

0 comments on commit 753aa06

Please sign in to comment.