Skip to content

Commit

Permalink
fix github action upload location
Browse files Browse the repository at this point in the history
  • Loading branch information
col-panic committed Aug 6, 2024
1 parent e68f25e commit 3035f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-p2-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
run: |
eval $(ssh-agent -s)
ssh-add <(echo "${{ env.DEPLOY_SECRET }}" | base64 -d)
rsync -aiv --delete --mkpath -e ssh ch.elexis.core.p2site/target/repository/ [email protected]:download.elexis.info/elexis/${{ env.BRANCH_NAME }}/p2/elexis-3-base/
rsync -aiv --delete --mkpath -e ssh ch.elexis.base.p2site/target/repository/ [email protected]:download.elexis.info/elexis/${{ env.BRANCH_NAME }}/p2/elexis-3-base/
eval $(ssh-agent -k)

0 comments on commit 3035f72

Please sign in to comment.