Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Change to different action
  • Loading branch information
lukasneukom committed Feb 9, 2024
1 parent 678aa5e commit 84251ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
uses: actions/checkout@v4

- name: Push files
uses: SamKirkland/FTP-Deploy-Action@v3.1.2
uses: wlixcc/SFTP-Deploy-Action@v1.2.4
with:
server: lx55.hoststar.hosting
username: lukasneukom.ch
server: lx55.hoststar.hosting
port: 5544
remote_path: /elikia.ch/public_html/
password: ${{ secrets.FTP_PASSWORD }}
server-dir: /elikia.ch/public_html/
# dry-run: true

0 comments on commit 84251ad

Please sign in to comment.