Skip to content

Commit

Permalink
upd -- fix koyeb deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbapt committed Nov 21, 2024
1 parent aac63d3 commit 05e2413
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/koyeb-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,12 @@ jobs:
- name: Deploy to Koyeb
run: |
koyeb service update $KOYEB_APP_NAME/$KOYEB_SERVICE_NAME \
--docker ${{ secrets.DOCKER_HUB_USERNAME }}/${{ env.DOCKER_IMAGE_NAME }}:${{ github.sha }} \
--ports 8000:8000 \
koyeb services update $KOYEB_APP_NAME/$KOYEB_SERVICE_NAME \
--image ${{ secrets.DOCKER_HUB_USERNAME }}/${{ env.DOCKER_IMAGE_NAME }}:${{ github.sha }} \
--port 8000 \
--env DATABASE_URL=/data/duckdb_spawn.db \
--env PYTHONUNBUFFERED=1 \
--env LOG_LEVEL=info \
--env ENVIRONMENT=staging \
--memory 512Mi \
--cpu 0.1 \
--region fra \
--instance-type nano
--resources-type nano \
--regions fra

0 comments on commit 05e2413

Please sign in to comment.