Skip to content

Commit

Permalink
Update module-ci-common.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEhlo authored Apr 5, 2024
1 parent 0862830 commit d0b6cce
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/module-ci-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,16 +256,16 @@ jobs:
envPAT: ${{ secrets.REPO_TOKEN }}
katalonApiKey: ${{ secrets.KATALON_API_KEY }}

deploy-cloud:
if: ${{ (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev') && github.event_name == 'push' }}
needs: ci
uses: VirtoCommerce/.github/.github/workflows/deploy-cloud.yml@VCST-571
with:
releaseSource: module
moduleId: ${{ needs.ci.outputs.moduleId }}
moduleVer: ${{ needs.ci.outputs.version }}
moduleBlob: ${{ needs.ci.outputs.blobId }}
jiraKeys: ${{ needs.ci.outputs.jira-keys }}
argoServer: 'argo.virtocommerce.cloud'
matrix: '{"include":${{ needs.ci.outputs.matrix }}}'
secrets: inherit
# deploy-cloud:
# if: ${{ (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev') && github.event_name == 'push' }}
# needs: ci
# uses: VirtoCommerce/.github/.github/workflows/deploy-cloud.yml@VCST-571
# with:
# releaseSource: module
# moduleId: ${{ needs.ci.outputs.moduleId }}
# moduleVer: ${{ needs.ci.outputs.version }}
# moduleBlob: ${{ needs.ci.outputs.blobId }}
# jiraKeys: ${{ needs.ci.outputs.jira-keys }}
# argoServer: 'argo.virtocommerce.cloud'
# matrix: '{"include":${{ needs.ci.outputs.matrix }}}'
# secrets: inherit

0 comments on commit d0b6cce

Please sign in to comment.