Skip to content

Commit

Permalink
rm ftp wh deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mnyrop authored Oct 31, 2024
1 parent 0995d6d commit 9c19134
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,10 @@ 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: gh-deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site/



0 comments on commit 9c19134

Please sign in to comment.