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 ec659e9 commit f6c41b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 @@ -21,7 +21,7 @@ jobs:
run: |
flyctl secrets set --stage --app "yral-nsfw-classification" "SERVICE_CRED=$SERVICE_CRED"
env:
FLY_API_TOKEN: ${{ secrets.FLY_IO_DEPLOY_TOKENS }}
FLY_API_TOKEN: ${{ secrets.FLY_IO_DEPLOY_TOKEN }}
SERVICE_CRED: ${{ secrets.SERVICE_CRED }}
- name: Deploy a docker container to fly.io
run: flyctl deploy --remote-only
Expand Down
4 changes: 2 additions & 2 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ swap_size_mb = 32768
port = 443
handlers = ['tls']

[services.ports.tls_optionse
[services.ports.tls_optionse]
alpn = ['h2']

[services.concurrency]
Expand All @@ -32,4 +32,4 @@ swap_size_mb = 32768
[[vm]]
memory = '8gb'
cpu_kind = 'performance'
cpus = 1
cpus = 1

0 comments on commit f6c41b5

Please sign in to comment.