Skip to content

Commit 935871e

Browse files
committed
Updating config
1 parent 391052b commit 935871e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
host: ${{ secrets.SSH_HOST }}
4141
username: ${{ secrets.SSH_USERNAME }}
42-
key: ${{ secrets.SSH_PRIVATE_KEY }}
42+
# key: ${{ secrets.SSH_PRIVATE_KEY }}
4343
password: ${{ secrets.SSH_PASSWORD }}
4444
script: |
4545
cd ${{ secrets.APP_PATH }}

0 commit comments

Comments
 (0)