mirror of
https://tvoygit.ru/Djam/r11_workflows.git
synced 2025-02-23 17:02:46 +00:00
update action.yml
This commit is contained in:
parent
e918da053f
commit
06d89618bf
1 changed files with 5 additions and 0 deletions
|
@ -88,6 +88,8 @@ runs:
|
|||
|
||||
- name: Deploy in repos packages
|
||||
if: github.ref == 'refs/heads/rosa2016.1'
|
||||
env:
|
||||
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
||||
run: |
|
||||
echo "Deploying artifacts..."
|
||||
for file in /home/builder/rpmbuild/SRPMS/*.rpm; do
|
||||
|
@ -102,6 +104,9 @@ runs:
|
|||
done
|
||||
|
||||
- name: Deploy in buildkitie
|
||||
if: github.ref == 'refs/heads/rosa2016.1'
|
||||
env:
|
||||
PUBLICATOR: ${{ secrets.PUBLICATOR }}
|
||||
run: |
|
||||
echo "Deploying src artifacts..."
|
||||
for file in /home/builder/rpmbuild/SRPMS/*.rpm; do
|
||||
|
|
Loading…
Add table
Reference in a new issue