Skip to content

Commit

Permalink
Upload P2 repository to new website
Browse files Browse the repository at this point in the history
  • Loading branch information
pmwmedia committed Feb 3, 2025
1 parent a81a522 commit ba0f61a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
- name: Upload P2 repository
uses: kevinpainchaud/simple-ftp-deploy-action@v1.2.1
with:
ftp_host: tinylog.org
ftp_username: tinylog2-p2-repository@tinylog.org
ftp_password: ${{secrets.FTP_PASSWORD_TINYLOG2_P2_REPOSITORY}}
ftp_host: ${{ vars.TINYLOG_WEBSITE_FTP_HOST }}
ftp_username: ${{ vars.TINYLOG_WEBSITE_FTP_USER }}
ftp_password: ${{ secrets.TINYLOG_WEBSITE_FTP_PASSWORD }}
local_source_dir: "target/repository"
dist_target_dir: ${{github.event.inputs.version}}

Expand Down

0 comments on commit ba0f61a

Please sign in to comment.