Skip to content

Commit 270b303

Browse files
committed
fix: SCP target Directory name🫸🌀✏️📗🐧🐳
1 parent 7ca760d commit 270b303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
key: ${{ vars.SSH_PRIVATE_KEY_VARS }}
151151
port: ${{ vars.SSH_PORT }}
152152
source: "./.env" # Path to the file on your runner
153-
target: "~/spring-boot-jib" # Target directory on the server
153+
target: "~/spring-boot-docker-without-docker" # Target directory on the server
154154

155155
- name: Run the application
156156
env:

0 commit comments

Comments
 (0)