Skip to content

Commit

Permalink
skip sftp
Browse files Browse the repository at this point in the history
  • Loading branch information
mnyrop committed Oct 16, 2024
1 parent 476f92a commit c5f265c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
run: bundle exec rake site:test
- name: build site
run: bundle exec jekyll build
- name: ftp deploy to host
uses: SamKirkland/[email protected]
with:
server: ${{secrets.FTP_PROD_SERVER}}
username: ${{secrets.FTP_PROD_USER}}
password: ${{secrets.FTP_PROD_PW}}
protocol: ftps
state-name: ./.ftp-deploy-sync-state.json
local-dir: ./_site/
# - name: ftp deploy to host
# uses: SamKirkland/[email protected]
# with:
# server: ${{secrets.FTP_PROD_SERVER}}
# username: ${{secrets.FTP_PROD_USER}}
# password: ${{secrets.FTP_PROD_PW}}
# protocol: ftps
# state-name: ./.ftp-deploy-sync-state.json
# local-dir: ./_site/
- name: gh-deploy
uses: peaceiris/actions-gh-pages@v4
with:
Expand Down

0 comments on commit c5f265c

Please sign in to comment.