mirror of
https://tvoygit.ru/Djam/r11_workflows.git
synced 2025-02-23 17:02:46 +00:00
debug deploy tokens
This commit is contained in:
parent
24e22f3b59
commit
5a98b180c1
1 changed files with 3 additions and 3 deletions
|
@ -88,7 +88,7 @@ runs:
|
|||
|
||||
- name: Deploy in repos packages
|
||||
if: github.ref == 'refs/heads/rosa2016.1'
|
||||
env:
|
||||
env:
|
||||
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
||||
run: |
|
||||
echo "Deploying artifacts..."
|
||||
|
@ -107,8 +107,8 @@ runs:
|
|||
|
||||
- name: Deploy in buildkitie
|
||||
if: github.ref == 'refs/heads/rosa2016.1'
|
||||
# env:
|
||||
# PUBLICATOR: ${{ secrets.PUBLICATOR }}
|
||||
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