Skip to content

Commit

Permalink
add FTP deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Fratee committed Sep 29, 2024
1 parent 3eb7999 commit 73afb49
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,14 @@ jobs:
name: site
path: site
retention-days: 1
- name: FTP Deploy
uses: SamKirkland/[email protected]
with:
server: bagigi.ovh
port: 2121
username: stanag
password: ${{ secrets.FTP_AUTH }}
protocol: ftps
local-dir: ./site/
server-dir: ./
state-name: ./.sync-state.json

0 comments on commit 73afb49

Please sign in to comment.