Skip to content

Commit

Permalink
ci: remove mirror site sync
Browse files Browse the repository at this point in the history
  • Loading branch information
gqcn committed Nov 23, 2024
1 parent e921566 commit c610ee7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,6 @@ jobs:
strip_components: 1
rm: true

- name: Deploy to mirror domain server
uses: appleboy/[email protected]
with:
host: ${{ secrets.SSH_HOST_CN }}
username: ${{ secrets.SSH_USERNAME_CN }}
password: ${{ secrets.SSH_PASSWORD_CN }}
port: ${{ secrets.SSH_PORT_CN }}
source: './build/*'
target: '/home/www/goframe.org.cn'
strip_components: 1
rm: true

- name: Deploy to github pages
uses: peaceiris/actions-gh-pages@v4
with:
Expand Down

0 comments on commit c610ee7

Please sign in to comment.