Skip to content

Commit

Permalink
Womp womp
Browse files Browse the repository at this point in the history
  • Loading branch information
Willdotwhite committed Sep 6, 2024
1 parent f56dd96 commit b608eef
Show file tree
Hide file tree
Showing 68 changed files with 408 additions and 1,500 deletions.
8 changes: 4 additions & 4 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ ENV PATH="${JAVA_HOME}/bin:${PATH}"

COPY --from=builder /customjre $JAVA_HOME

# The files/folders are the fully-qualified app name (com.gmtkgamejam.api-x.y.z) - shorten here for ease of use
COPY --from=builder /opt/code/build/distributions/com.gmtkgamejam.api*.zip ./api.zip
# The files/folders are the fully-qualified app name (com.gmtkvotingsystem.api-x.y.z) - shorten here for ease of use
COPY --from=builder /opt/code/build/distributions/com.gmtkvotingsystem.api*.zip ./api.zip

# Extract distribution
RUN unzip api.zip && mv com.gmtkgamejam* api
RUN unzip api.zip && mv com.gmtkvotingsystem* api

EXPOSE 8080

# Start application from /bin/bash script
CMD ["./api/bin/com.gmtkgamejam.api"]
CMD ["./api/bin/com.gmtkvotingsystem.api"]
4 changes: 2 additions & 2 deletions api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ plugins {
kotlin("plugin.serialization") version "1.9.22"
}

group = "com.gmtkgamejam"
group = "com.gmtkvotingsystem"
version = "1.0.1"

application {
mainClass.set("com.gmtkgamejam.ApplicationKt")
mainClass.set("com.gmtkvotingsystem.ApplicationKt")
}

repositories {
Expand Down
52 changes: 0 additions & 52 deletions api/src/main/kotlin/com/gmtkgamejam/bot/BotMessageBuilder.kt

This file was deleted.

19 changes: 0 additions & 19 deletions api/src/main/kotlin/com/gmtkgamejam/discord/HttpClient.kt

This file was deleted.

28 changes: 0 additions & 28 deletions api/src/main/kotlin/com/gmtkgamejam/discord/RefreshToken.kt

This file was deleted.

17 changes: 0 additions & 17 deletions api/src/main/kotlin/com/gmtkgamejam/koin/DatabaseModule.kt

This file was deleted.

10 changes: 0 additions & 10 deletions api/src/main/kotlin/com/gmtkgamejam/koin/DiscordBotModule.kt

This file was deleted.

11 changes: 0 additions & 11 deletions api/src/main/kotlin/com/gmtkgamejam/models/admin/BannedUser.kt

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

29 changes: 0 additions & 29 deletions api/src/main/kotlin/com/gmtkgamejam/models/posts/Availability.kt

This file was deleted.

This file was deleted.

69 changes: 0 additions & 69 deletions api/src/main/kotlin/com/gmtkgamejam/models/posts/PostItem.kt

This file was deleted.

17 changes: 0 additions & 17 deletions api/src/main/kotlin/com/gmtkgamejam/models/posts/Skills.kt

This file was deleted.

19 changes: 0 additions & 19 deletions api/src/main/kotlin/com/gmtkgamejam/models/posts/Tools.kt

This file was deleted.

This file was deleted.

Loading

0 comments on commit b608eef

Please sign in to comment.