Skip to content

Commit

Permalink
fix: trigger cache purge
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Oct 19, 2023
1 parent cac1570 commit 33bcf5f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,11 @@ jobs:
destination-path: ${{secrets.DEPLOY_PATH}}
source-path: build/
rsync-options: -avvz
- name: Trigger cache-purge
uses: appleboy/[email protected]
with:
host: ${{secrets.DEPLOY_SSH_HOST}}
username: ${{secrets.DEPLOY_SSH_USERNAME}}
key: ${{secrets.DEPLOY_SSH_KEY}}
script: cache-purge

0 comments on commit 33bcf5f

Please sign in to comment.