Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDiazL authored Feb 6, 2025
1 parent b169352 commit b150604
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,14 @@ jobs:
name: Deploy
uses: bitovi/github-actions-deploy-ollama@v0
with:
disable_signup: false
ollama_models: "deepseek-r1"

ollama_models: deepseek-r1
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID_SANDBOX }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY_SANDBOX }}
aws_default_region: us-east-1

aws_r53_enable: true
aws_r53_domain_name: bitovi-sandbox.com
aws_r53_sub_domain_name: ollama
aws_r53_create_sub_cert: true

docker_cloudwatch_enable: false
docker_cloudwatch_retention_days: 7

tf_stack_destroy: false
tf_stack_destroy: true
tf_state_bucket_destroy: true

0 comments on commit b150604

Please sign in to comment.