[go: up one dir, main page]

Skip to content

Commit

Permalink
Remove integratioNCron
Browse files Browse the repository at this point in the history
  • Loading branch information
balbatross committed Feb 3, 2024
1 parent a0acefe commit d62d618
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/infrastructure/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,13 @@ const main = (async () => {

const deployment = await rootServer.apply(async (url) => await Deployment(provider, url, dbUrl, dbPass));

const integrationCron = await rootServer.apply(async (url) => await IntegrationDeployment(provider, url, dbUrl, dbPass))
// const integrationCron = await rootServer.apply(async (url) => await IntegrationDeployment(provider, url, dbUrl, dbPass))

const service = await Service(provider)

return {
service,
deployment,
integrationCron
deployment
}
})()

Expand Down

0 comments on commit d62d618

Please sign in to comment.