Skip to content

Commit

Permalink
FIx github actions workflow and add 'Europe 5v5 Queue' competition name
Browse files Browse the repository at this point in the history
  • Loading branch information
nhamonin committed Dec 13, 2024
1 parent 76e75e3 commit 9acfbed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
script: |
cd ~/faceit-statistics
git pull
npm install
pm2 start pm2.config.cjs
npm ci
pm2 restart pm2.config.cjs
1 change: 1 addition & 0 deletions config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const allowedCompetitionNames = [
'COMPETITIVE 5V5',
'CS2 5v5',
'Europe 5v5',
'Europe 5v5 Queue',
];
const lvlClasses = {
1: 'first',
Expand Down

0 comments on commit 9acfbed

Please sign in to comment.