Skip to content

Commit

Permalink
add thumbnail to swarm
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Oct 31, 2024
1 parent 6164ad1 commit 872b511
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/apps-devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ jobs:
run: hal9 deploy apps/openai --name openai --access public --url https://api.devel.hal9.com --title OpenAI --description "Makes use of OpenAI O1"
env:
HAL9_TOKEN: ${{ secrets.HAL9_TOKEN_DEVEL }}
- name: Deploy Swarm
run: hal9 deploy apps/swarm --name swarm --access public --url https://api.devel.hal9.com --title Swarm --description "Makes use of OpenAI Swarm"
env:
HAL9_TOKEN: ${{ secrets.HAL9_TOKEN_DEVEL }}
4 changes: 4 additions & 0 deletions .github/workflows/apps-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,9 @@ jobs:
HAL9_TOKEN: ${{ secrets.HAL9_TOKEN }}
- name: Deploy OpenAI
run: hal9 deploy apps/openai --name openai --access public --title OpenAI --description "Makes use of OpenAI O1"
env:
HAL9_TOKEN: ${{ secrets.HAL9_TOKEN }}
- name: Deploy Swarm
run: hal9 deploy apps/openai --name swarm --access public --title Swarm --description "Makes use of OpenAI Swarm"
env:
HAL9_TOKEN: ${{ secrets.HAL9_TOKEN }}
Binary file added apps/swarm/thumbnail.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 872b511

Please sign in to comment.