Skip to content

Commit

Permalink
Add FTP deploy action (dry-run)
Browse files Browse the repository at this point in the history
  • Loading branch information
wadmiraal committed Oct 9, 2024
1 parent 203f57b commit 5fb7fb2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,13 @@ jobs:

- name: Build
run: bundler exec jekyll build

- name: Deploy
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
local-dir: _site/
server-dir: www/
dry-run: true

0 comments on commit 5fb7fb2

Please sign in to comment.