We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca760d commit 270b303Copy full SHA for 270b303
.github/workflows/maven.yml
@@ -150,7 +150,7 @@ jobs:
150
key: ${{ vars.SSH_PRIVATE_KEY_VARS }}
151
port: ${{ vars.SSH_PORT }}
152
source: "./.env" # Path to the file on your runner
153
- target: "~/spring-boot-jib" # Target directory on the server
+ target: "~/spring-boot-docker-without-docker" # Target directory on the server
154
155
- name: Run the application
156
env:
0 commit comments