Skip to content

Commit

Permalink
chore: deploy overlay (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-ban authored Nov 30, 2023
1 parent 773781d commit 59b94a6
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,17 @@ jobs:
uses: epam/ai-dial-ci/.github/workflows/[email protected]
with:
gitlab-project-id: '1827'
gitlab-project-ref: 'master'
secrets:
DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }}
DEPLOY_ACCESS_TOKEN: ${{ secrets.DEPLOY_ACCESS_TOKEN }}
DEPLOY_TRIGGER_TOKEN: ${{ secrets.DEPLOY_TRIGGER_TOKEN }}
DEPLOY_TRIGGER_TOKEN: ${{ secrets.DEPLOY_TRIGGER_TOKEN }}

gitlab-dev-deploy-overlay:
if: ${{ github.event.registry_package.package_version.container_metadata.tag.name == 'development' }}
uses: epam/ai-dial-ci/.github/workflows/[email protected]
with:
gitlab-project-id: '1856'
secrets:
DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }}
DEPLOY_ACCESS_TOKEN: ${{ secrets.DEPLOY_ACCESS_TOKEN_OVERLAY }}
DEPLOY_TRIGGER_TOKEN: ${{ secrets.DEPLOY_TRIGGER_TOKEN_OVERLAY }}

0 comments on commit 59b94a6

Please sign in to comment.