Skip to content

Commit 3afe34a

Browse files
authored
Update dev.yml
1 parent fdbd2fb commit 3afe34a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/dev.yml

-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
with:
4545
host: ${{ secrets.DEV_HOST }}
4646
username: ${{ secrets.DEV_USER }}
47-
password: ${{ secrets.SSH_PASSWORD }}
4847
key: ${{ secrets.DEV_KEY }}
4948
port: ${{ secrets.SSH_PORT }}
5049
source: "./build/libs/*.jar"
@@ -54,7 +53,6 @@ jobs:
5453
with:
5554
host: ${{ secrets.DEV_HOST }}
5655
username: ${{ secrets.DEV_USER }}
57-
password: ${{ secrets.SSH_PASSWORD }}
5856
key: ${{ secrets.DEV_KEY }}
5957
port: ${{ secrets.SSH_PORT }}
6058
script: |

0 commit comments

Comments
 (0)