Skip to content

Commit

Permalink
fix(deployment): deployment time (#3503)
Browse files Browse the repository at this point in the history
* chore/keystone-config

* chore(deployment): fixed deployment cron time

---------

Co-authored-by: Abhi Markan <amarkan>
  • Loading branch information
abhi-markan authored Jan 27, 2025
1 parent 3d67df5 commit 9ac1d99
Show file tree
Hide file tree
Showing 7 changed files with 6,787 additions and 6,258 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ run-name: 🚀 Deploying from ${{ github.ref_name }}

on:
schedule:
- cron: '0 0 * * *'
- cron: '0 2 * * *'

push:
branches:
Expand Down
1,145 changes: 545 additions & 600 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.7",
"@types/node": "^22.10.10",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"commitlint": "^19.6.1",
Expand All @@ -81,7 +81,7 @@
"eslint-plugin-prettier": "4.2.1",
"husky": "^9.1.7",
"jest": "^29.7.0",
"lint-staged": "^15.4.1",
"lint-staged": "^15.4.3",
"prettier": "^2.8.8",
"sort-package-json": "^2.14.0",
"ts-jest": "^29.2.5",
Expand Down
11,627 changes: 6,097 additions & 5,530 deletions src/api/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"test": "jest --runInBand --verbose --silent --coverage --config=jest.config.js"
},
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/core": "^7.26.7",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-env": "^7.26.7",
"@babel/preset-typescript": "^7.26.0",
"@graphql-tools/schema": "^10.0.16",
"@keystone-6/auth": "^7.0.3",
Expand All @@ -42,7 +42,7 @@
"exceljs": "^4.4.0",
"express-rate-limit": "^7.5.0",
"jsonwebtoken": "^9.0.2",
"mysql2": "^3.11.5",
"mysql2": "^3.12.0",
"node-cron": "^3.0.3",
"notifications-node-client": "^8.2.1",
"otplib": "^12.0.1",
Expand All @@ -54,7 +54,7 @@
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "^9.0.7",
"@types/jsonwebtoken": "^9.0.8",
"@types/mysql": "^2.15.26",
"@types/node-cron": "^3.0.11",
"@typescript-eslint/eslint-plugin": "^7.18.0",
Expand Down
Loading

0 comments on commit 9ac1d99

Please sign in to comment.