Skip to content

Commit

Permalink
update command
Browse files Browse the repository at this point in the history
  • Loading branch information
berekuk committed Nov 1, 2024
1 parent 4660415 commit 7e56bbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ops/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ envSecret: metaforecast-env

jobs:
scheduler:
command: ['ts-node', '-T', 'src/backend/flow/doEverythingForScheduler.ts']
command: ['./node_modules/.bin/ts-node', '-T', 'src/backend/flow/doEverythingForScheduler.ts']
schedule: '0 3 * * *' # every day at 3am
frontpage:
command: ['ts-node', '-T', 'src/backend/index.ts', 'frontpage']
command: ['./node_modules/.bin/ts-node', '-T', 'src/backend/index.ts', 'frontpage']
schedule: '0 6 * * *' # every day at 6am

0 comments on commit 7e56bbe

Please sign in to comment.