Skip to content

Commit

Permalink
Merge pull request #400 from n0th1ng-else/unlock-deploy
Browse files Browse the repository at this point in the history
fix(deploy): Deploy both servers
  • Loading branch information
n0th1ng-else authored Sep 8, 2024
2 parents dd45212 + 999e9ff commit 90806b4
Show file tree
Hide file tree
Showing 8 changed files with 786 additions and 475 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
version: ${{ needs.prerelease.outputs.version }}
sha: ${{ github.sha }}
# Enable if you want to test on one environment
servers: '["Production β"]'
# servers: '["Production β"]'
29 changes: 14 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,42 +46,41 @@
"ffmpeg-static": "5.2.0",
"fluent-ffmpeg": "2.1.3",
"nanoid": "5.0.7",
"newrelic": "11.19.0",
"newrelic": "12.3.1",
"ngrok": "5.0.0-beta.2",
"pg": "8.12.0",
"picocolors": "1.0.1",
"picocolors": "1.1.0",
"signal-exit": "4.1.0",
"strip-ansi": "7.1.0",
"ts-node": "10.9.2",
"typescript": "5.5.2",
"winston": "3.13.0",
"typescript": "5.5.4",
"winston": "3.14.2",
"winston-logsene": "2.1.2",
"zod": "3.23.8"
},
"devDependencies": {
"@jest/globals": "29.7.0",
"@types/express": "4.17.21",
"@types/fluent-ffmpeg": "2.1.26",
"@types/node": "20.14.7",
"@types/parse": "3.0.9",
"@types/pg": "8.11.6",
"@types/node": "22.5.4",
"@types/pg": "8.11.8",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"artillery": "2.0.15",
"artillery-plugin-expect": "2.9.0",
"artillery": "2.0.20",
"artillery-plugin-expect": "2.14.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"husky": "9.0.11",
"husky": "9.1.5",
"jest": "29.7.0",
"jest-mock": "29.7.0",
"jest-sonar": "0.2.16",
"lint-staged": "15.2.7",
"nock": "13.5.4",
"prettier": "3.3.2",
"query-string": "9.0.0",
"lint-staged": "15.2.10",
"nock": "13.5.5",
"prettier": "3.3.3",
"query-string": "9.1.0",
"supertest": "7.0.0",
"ts-jest": "29.1.5"
"ts-jest": "29.2.5"
},
"lint-staged": {
"*.{md,html,yml}": [
Expand Down
Loading

0 comments on commit 90806b4

Please sign in to comment.