Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Fix(cron): remove prod cron (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
desoindx authored Feb 8, 2022
1 parent 37a12bf commit 76ba577
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 50 deletions.
5 changes: 4 additions & 1 deletion .socialgouv/environments/preprod/yaml/importData.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ spec:
- secretRef:
name: azure-pg-user
command:
- ["yarn", "run", "cron:launch", "--", "importData"]
- yarn
- run
- cron:launch
- importData
restartPolicy: Never
5 changes: 4 additions & 1 deletion .socialgouv/environments/preprod/yaml/importState.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ spec:
- secretRef:
name: azure-pg-user
command:
- ["yarn", "run", "cron:launch", "--", "importState"]
- yarn
- run
- cron:launch
- importData
restartPolicy: Never
24 changes: 0 additions & 24 deletions .socialgouv/environments/prod/yaml/importData.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions .socialgouv/environments/prod/yaml/importState.yaml

This file was deleted.

0 comments on commit 76ba577

Please sign in to comment.