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 7, 2024
1 parent 0146807 commit ea9508a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-on-merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
with:
submodules: recursive
- uses: superfly/flyctl-actions/setup-flyctl@master
- name: Create Fly app
run: flyctl apps create prod-yral-nsfw-classification --org gobazzinga-inc-584
# - name: Create Fly app
# run: flyctl apps create prod-yral-nsfw-classification --org gobazzinga-inc-584

env:
FLY_API_TOKEN: ${{ secrets.FLY_IO_DEPLOY_TOKEN }}
# env:
# 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"
Expand Down

0 comments on commit ea9508a

Please sign in to comment.