Skip to content

Commit e5f261e

Browse files
committed
Revert "refactor(supported): new DA for What you can host for free section"
This reverts commit f1f32bc.
1 parent f1f32bc commit e5f261e

3 files changed

Lines changed: 119 additions & 531 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
host: ${{ secrets.SSH_HOST }}
1616
username: ${{ secrets.SSH_USER }}
17-
key: ${{ secrets.SSH_PRIVATE_KEY }}
17+
password: ${{ secrets.SSH_PASSWORD }}
1818
port: ${{ secrets.SSH_PORT || 22 }}
1919
script: |
2020
cd ${{ secrets.HOME_PATH }}

0 commit comments

Comments
 (0)