Skip to content

Commit

Permalink
adding Image APIs and deploying moving to prod fly account
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-dhanwant-yral committed Nov 8, 2024
1 parent 4f14e4f commit 2bb94f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-on-merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# FLY_API_TOKEN: ${{ secrets.FLY_IO_DEPLOY_TOKEN }}
- name: Set Fly secrets
run: |
flyctl secrets set --stage --app "prod-yral-nsfw-classification" "SERVICE_CRED=$GOOGLE_CLOUD_EVENTS_BQ_SERVICE_ACCOUNT_KEY_JSON"
flyctl secrets set --stage --app "prod-yral-nsfw-classification" "SERVICE_CRED=$(jq -n -c "${SERVICE_CRED}")"
env:
FLY_API_TOKEN: ${{ secrets.FLY_IO_DEPLOY_TOKEN }}
SERVICE_CRED: ${{ secrets.GOOGLE_CLOUD_EVENTS_BQ_SERVICE_ACCOUNT_KEY_JSON }}
Expand Down

0 comments on commit 2bb94f7

Please sign in to comment.