Skip to content

Commit 4ca653a

Browse files
committed
Remove :web module from source
1 parent 2fc8c80 commit 4ca653a

File tree

112 files changed

+3
-9632
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+3
-9632
lines changed

.github/workflows/deploy.yml

+1-20
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,4 @@ jobs:
4545
scp -o StrictHostKeyChecking=no -P $SSH_PORT foxy/build/libs/Foxy-*.jar $SSH_USER@$SERVER:$SSH_TARGET/ > /dev/null 2>&1
4646
4747
ssh -o StrictHostKeyChecking=no -p $SSH_PORT $SSH_USER@$SERVER "echo 'Deploy completed on server $((index + 1))!'"
48-
done
49-
50-
- name: Build Foxy Website with Gradle
51-
run: |
52-
chmod +x ./gradlew
53-
echo "Building SCSS files"
54-
./gradlew :web:compileSass
55-
./gradlew :web:shadowJar --no-daemon
56-
57-
- name: Deploying Foxy Website to server
58-
env:
59-
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
60-
WEBSITE_SERVER: ${{ secrets.WEBSITE_SERVER }}
61-
SSH_WEBSITE_USER: ${{ secrets.SSH_WEBSITE_USER }}
62-
SSH_PORT: ${{ secrets.SSH_PORT }}
63-
SSH_WEBSITE_TARGET: ${{ secrets.SSH_WEBSITE_TARGET }}
64-
65-
run: |
66-
echo "Finally deploying Jar to server :)"
67-
scp -o StrictHostKeyChecking=no -P $SSH_PORT web/build/libs/FoxyWeb-*.jar $SSH_WEBSITE_USER@$WEBSITE_SERVER:$SSH_WEBSITE_TARGET/
48+
done

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ build
55
!**/src/test/**/build/
66
.idea
77

8+
### Compiled CSS
9+
css/
810
### IntelliJ IDEA ###
911
.idea/modules.xml
1012
.idea/jarRepositories.xml

settings.gradle.kts

-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ include("foxy")
2020
include("artistry-client")
2121
include("common")
2222
include("cirno-serializable")
23-
include("web")

web/build.gradle.kts

-75
This file was deleted.

web/src/main/kotlin/net/cakeyfox/foxy/web/FoxyWebInstance.kt

-31
This file was deleted.

web/src/main/kotlin/net/cakeyfox/foxy/web/FoxyWebLauncher.kt

-9
This file was deleted.

web/src/main/kotlin/net/cakeyfox/foxy/web/frontend/global/BaseHeadBuilder.kt

-50
This file was deleted.

web/src/main/kotlin/net/cakeyfox/foxy/web/frontend/global/HeaderBuilder.kt

-75
This file was deleted.

0 commit comments

Comments
 (0)