diff --git a/.github/workflows/deploy-on-merge-to-main.yml b/.github/workflows/deploy-on-merge-to-main.yml index 7747496..2f78ee4 100644 --- a/.github/workflows/deploy-on-merge-to-main.yml +++ b/.github/workflows/deploy-on-merge-to-main.yml @@ -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 diff --git a/fly.toml b/fly.toml index 91e4180..efd14bd 100644 --- a/fly.toml +++ b/fly.toml @@ -22,7 +22,7 @@ swap_size_mb = 32768 port = 443 handlers = ['tls'] - [services.ports.tls_optionse + [services.ports.tls_optionse] alpn = ['h2'] [services.concurrency] @@ -32,4 +32,4 @@ swap_size_mb = 32768 [[vm]] memory = '8gb' cpu_kind = 'performance' - cpus = 1 + cpus = 1 \ No newline at end of file