Skip to content

Commit

Permalink
Deploy ollama branch instead
Browse files Browse the repository at this point in the history
  • Loading branch information
samie authored Jul 10, 2024
1 parent f4d6e1d commit d85705b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
name: Fly Deploy
on: [push]
on:
push:
branches:
- 'ollama'
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
ref: ollama
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy

0 comments on commit d85705b

Please sign in to comment.