Skip to content

Commit

Permalink
deploy repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Jul 1, 2024
1 parent cc567b0 commit 4297e20
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,17 @@ jobs:
env:
DISPATCH_TOKEN: ${{ secrets.DISPATCH_TOKEN }}

# see https://github.com/SamKirkland/FTP-Deploy-Action
- name: Deploy repository
uses: SamKirkland/FTP-Deploy-Action@v4
with:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
local-dir: deploy/repo/
server-dir: components/generator/
dangerous-clean-slate: true

# see https://github.com/peter-evans/repository-dispatch
- name: Dispatch downstream job
uses: peter-evans/repository-dispatch@main
Expand Down

0 comments on commit 4297e20

Please sign in to comment.