Skip to content

Commit

Permalink
adding search -- first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-dhanwant-yral committed Oct 3, 2024
1 parent 0d7d282 commit cc0c196
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-on-merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
submodules: recursive
- uses: superfly/flyctl-actions/setup-flyctl@master
- name: Set Fly secrets
run: |
flyctl secrets set --stage --app "yral-icpumpsearch" "SERVICE_CRED=${{ secrets.SERVICE_CRED }}"
flyctl secrets set --stage --app "yral-icpumpsearch" "GOOGLE_GENAI_API_KEY=${{ secrets.GOOGLE_GENAI_API_KEY }}"
env:
FLY_API_TOKEN: ${{ secrets.FLY_SEARCH_LLM_TOKEN }}
run: |
flyctl secrets set --stage --app "yral-icpumpsearch" SERVICE_CRED=${{ secrets.SERVICE_CRED }}
flyctl secrets set --stage --app "yral-icpumpsearch" GOOGLE_GENAI_API_KEY=${{ secrets.GOOGLE_GENAI_API_KEY }}
- name: Deploy a docker container to fly.io
run: flyctl deploy --remote-only

0 comments on commit cc0c196

Please sign in to comment.