Skip to content

Commit

Permalink
fly: remove services section
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Jan 15, 2024
1 parent 85df402 commit 8f1e166
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions bin/spark-evaluate.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { newDelegatedEthAddress } from '@glif/filecoin-address'
import { recordTelemetry } from '../lib/telemetry.js'
import fs from 'node:fs/promises'
import { fetchMeasurements } from '../lib/preprocess.js'
import http from 'node:http'

const {
SENTRY_ENVIRONMENT = 'development',
Expand Down Expand Up @@ -47,9 +46,6 @@ const ieContract = new ethers.Contract(
)
const ieContractWithSigner = ieContract.connect(signer)

// FIXME fly.io
http.createServer((_, res) => res.end()).listen(8080)

startEvaluate({
ieContract,
ieContractWithSigner,
Expand Down
7 changes: 0 additions & 7 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,3 @@ primary_region = "cdg"

[env]
SENTRY_ENVIRONMENT = "production"

[[services]]
internal_port = 8080
protocol = "tcp"
[[services.ports]]
handlers = ["http"]
port = 8080

0 comments on commit 8f1e166

Please sign in to comment.