Skip to content

Commit 83d6cff

Browse files
committed
sftp_only: false
1 parent 12a7fab commit 83d6cff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ jobs:
2222
cache: pnpm
2323
- run: pnpm install --frozen-lockfile
2424
- run: pnpm run build
25-
- uses: wlixcc/[email protected]
25+
- name: Deploy to Hetzner
26+
uses: wlixcc/[email protected]
2627
with:
2728
username: ${{ secrets.USERNAME }}
2829
server: ${{ secrets.HOSTNAME }}
2930
port: 22
3031
local_path: ./dist/*
3132
remote_path: /public_html
32-
sftp_only: true
33+
sftp_only: false
3334
password: ${{ secrets.PASSWORD }}

0 commit comments

Comments
 (0)