Skip to content

Commit

Permalink
chore: add workflow to deploy on dev (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: Aliaksei Labanau <aliaksei_labanau@epam.com>
  • Loading branch information
alexey-ban and Allob authored Nov 9, 2023
1 parent 68a6c6b commit 1600be3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Deploy dev trigger

on:
registry_package:

jobs:
gitlab-dev-deploy:
if: ${{ github.event.registry_package.package_version.container_metadata.tag.name == 'development' }}
uses: epam/ai-dial-ci/.github/workflows/deploy-development.yml@1.0.1
with:
gitlab-project-id: '1830'
gitlab-project-ref: 'master'
secrets:
DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }}
DEPLOY_ACCESS_TOKEN: ${{ secrets.DEPLOY_ACCESS_TOKEN }}
DEPLOY_TRIGGER_TOKEN: ${{ secrets.DEPLOY_TRIGGER_TOKEN }}

0 comments on commit 1600be3

Please sign in to comment.