From eb355eabb54a3db2f9bc2f6a21dff6b00d9e6347 Mon Sep 17 00:00:00 2001 From: Matthew Nguyen Date: Sat, 13 Apr 2024 19:52:34 +0000 Subject: [PATCH] Removed concurrency and environment code in workflow --- .github/workflows/static.yml | 4 ---- index.html => html/index.html | 6 +++--- match.html => html/match.html | 10 +++++----- target/classes/com/cse3310/App.class | Bin 4499 -> 4509 bytes target/classes/com/cse3310/Coordinate.class | Bin 506 -> 506 bytes target/classes/com/cse3310/Game.class | Bin 1459 -> 1459 bytes target/classes/com/cse3310/HttpServer$1.class | Bin 1652 -> 1692 bytes target/classes/com/cse3310/HttpServer.class | Bin 2389 -> 2460 bytes target/classes/com/cse3310/Locations.class | Bin 825 -> 825 bytes target/classes/com/cse3310/ServerEvent.class | Bin 341 -> 341 bytes target/classes/com/cse3310/User.class | Bin 632 -> 632 bytes target/classes/com/cse3310/UserEvent.class | Bin 337 -> 337 bytes target/cse3310-wordsearch.jar | Bin 10092 -> 10092 bytes .../TEST-com.cse3310.AppTest.xml | 8 ++++---- .../surefire-reports/com.cse3310.AppTest.txt | 2 +- target/test-classes/com/cse3310/AppTest.class | Bin 469 -> 469 bytes 16 files changed, 13 insertions(+), 17 deletions(-) rename index.html => html/index.html (94%) rename match.html => html/match.html (93%) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 1c65a36..804d2f4 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -8,15 +8,11 @@ name: Deploy on: [push] -concurrency: production - jobs: deploy: name: "Deploy to server" runs-on: ubuntu-latest - environment: production - steps: - name: configure SSH run: | diff --git a/index.html b/html/index.html similarity index 94% rename from index.html rename to html/index.html index b81af23..11e39ce 100644 --- a/index.html +++ b/html/index.html @@ -162,10 +162,10 @@

LEADERBOARD

- - + + - + diff --git a/match.html b/html/match.html similarity index 93% rename from match.html rename to html/match.html index 5535900..7b96a72 100644 --- a/match.html +++ b/html/match.html @@ -8,9 +8,9 @@ - - - + + +