Skip to content

Commit

Permalink
Merge branch 'main' into ollama
Browse files Browse the repository at this point in the history
  • Loading branch information
samie committed Jul 12, 2024
2 parents 1fcb897 + d85705b commit 7065ee4
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 7065ee4

Please sign in to comment.