Skip to content

Commit

Permalink
Resolucion de problemas fin de partida
Browse files Browse the repository at this point in the history
  • Loading branch information
pablouronesclavera committed Apr 7, 2024
2 parents af050db + 3d1d556 commit 3cc157c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ jobs:
user: ${{ secrets.DEPLOY_USER }}
key: ${{ secrets.DEPLOY_KEY }}
command: |
wget https://raw.githubusercontent.com/arquisoft/wiq_es2b/master/docker-compose.yml -O docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_es2b/master/.env -O .env
docker compose --profile prod down
docker compose --profile prod up -d --pull always
wget https://raw.githubusercontent.com/arquisoft/wiq_0/master/docker-compose.yml -O docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_0/master/.env -O .env
Expand Down
5 changes: 0 additions & 5 deletions webapp/src/components/Game.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,6 @@ const Game = () => {
button.onmouse = colorOnMousePreguntas;
});

// FIN DE LA PARTIDA
if (isGameFinished() && !isFinished){
finishGame();
setFinished(true);
}


incrementQuestion();
Expand Down

0 comments on commit 3cc157c

Please sign in to comment.