Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/gradle/org.jlleitschuh.gradle.k…
Browse files Browse the repository at this point in the history
…tlint-11.6.1
  • Loading branch information
urielsalis authored Mar 16, 2024
2 parents e7b7d42 + aa3ea16 commit 6eacfa6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
DEPLOY_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
SERVER_PORT: 50022
FOLDER: "build/install/arisa-kt/lib"
ARGS: "-avh --delete"
ARGS: "-avhW --delete"
SERVER_IP: localhost
USERNAME: arisakt
SERVER_DESTINATION: /home/arisakt/arisa-kt
Expand All @@ -44,7 +44,7 @@ jobs:
DEPLOY_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
SERVER_PORT: 50022
FOLDER: "build/install/arisa-kt/bin"
ARGS: "-avh --delete"
ARGS: "-avhW --delete"
SERVER_IP: localhost
USERNAME: arisakt
SERVER_DESTINATION: /home/arisakt/arisa-kt
Expand All @@ -60,7 +60,7 @@ jobs:
DEPLOY_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
SERVER_PORT: 50022
FOLDER: "config"
ARGS: "-avh --delete --exclude='local.yml'"
ARGS: "-avhW --delete --exclude='local.yml'"
SERVER_IP: localhost
USERNAME: arisakt
SERVER_DESTINATION: /home/arisakt/arisa-kt
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.9.0"
kotlin("jvm") version "1.9.10"
id("org.jlleitschuh.gradle.ktlint") version "11.6.1"
application
id("io.gitlab.arturbosch.detekt") version "1.23.0"
Expand Down

0 comments on commit 6eacfa6

Please sign in to comment.