Skip to content

Commit bdd1bb7

Browse files
test hardcoded
1 parent b3ce5d9 commit bdd1bb7

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/hochladen.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,14 @@ jobs:
4646
echo "Lade in Ordner ${{ steps.remote.outputs.value }} hoch"
4747
4848
- name: Hochladen
49-
uses: SamKirkland/FTP-Deploy-Action@v4.3.6
49+
uses: wangyucode/sftp-upload-action@v2.0.4
5050
with:
51-
local-dir: "./dist/"
52-
server-dir: "./"
51+
localDir: "./dist/"
52+
remoteDir: "./"
5353
# sftp_only: true
54-
server: ssh.strato.de
54+
host: ssh.strato.de
5555
port: 22
56-
protocol: ftps
5756
username: ${{ secrets.USER }}
5857
password: ${{ secrets.PASSWORD }}
59-
dangerous-clean-slate: true
58+
removeExtraFilesOnServer: true
6059

0 commit comments

Comments
 (0)