Skip to content

Commit 0952083

Browse files
Deploy rpm to repo (#801)
* Run dfg_01 rpm deployment
1 parent 1061dda commit 0952083

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/upload_release_github_attachment.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,12 @@ jobs:
4040
uses: softprops/action-gh-release@v1
4141
with:
4242
files: rpm/target/rpm/com.teragrep-pth_10/RPMS/noarch/com.teragrep-pth_10-*.noarch.rpm
43+
44+
- name: Update teragrep/pkg_01 releases repository
45+
uses: teragrep/[email protected]
46+
with:
47+
from_repository: "${{ github.repository }}"
48+
from_version: "${{ github.event.release.tag_name }}"
49+
to_repository: teragrep/pkg_01
50+
deploy_key: ${{ secrets.PKG_01_DEPLOY_KEY }}
51+
files: rpm/target/rpm/com.teragrep-pth_10/RPMS/noarch/com.teragrep-pth_10-*.noarch.rpm

0 commit comments

Comments
 (0)