Skip to content

Commit e9c875b

Browse files
committed
Update deploy.yml
1 parent bd324ec commit e9c875b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ jobs:
6464

6565
run: |
6666
echo "Finally deploying Jar to server :)"
67-
scp -v -o StrictHostKeyChecking=no -P $SSH_PORT web/build/libs/FoxyWeb-*.jar $SSH_WEBSITE_USER@$WEBSITE_SERVER:$SSH_WEBSITE_TARGET/
67+
scp -o StrictHostKeyChecking=no -P $SSH_PORT web/build/libs/FoxyWeb-*.jar $SSH_WEBSITE_USER@$WEBSITE_SERVER:$SSH_WEBSITE_TARGET/

0 commit comments

Comments
 (0)