Skip to content

Commit 6ed2e06

Browse files
authored
chore: add workflow to deploy on dev (#16)
1 parent 57dcb1b commit 6ed2e06

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.github/workflows/deploy_dev.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Deploy dev trigger
2+
3+
on:
4+
registry_package:
5+
6+
jobs:
7+
gitlab-dev-deploy:
8+
if: ${{ github.event.registry_package.package_version.container_metadata.tag.name == 'development' }}
9+
uses: epam/ai-dial-ci/.github/workflows/[email protected]
10+
with:
11+
gitlab-project-id: '1824'
12+
gitlab-project-ref: 'master'
13+
secrets:
14+
DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }}
15+
DEPLOY_ACCESS_TOKEN: ${{ secrets.DEPLOY_ACCESS_TOKEN }}
16+
DEPLOY_TRIGGER_TOKEN: ${{ secrets.DEPLOY_TRIGGER_TOKEN }}

.github/workflows/pr_check_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
run_tests:
11-
uses: epam/ai-dial-ci/.github/workflows/[email protected].0
11+
uses: epam/ai-dial-ci/.github/workflows/[email protected].1
1212
with:
1313
bypass_checks: false
1414
python_version: 3.11

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ env:
99

1010
jobs:
1111
release:
12-
uses: epam/ai-dial-ci/.github/workflows/[email protected].0
12+
uses: epam/ai-dial-ci/.github/workflows/[email protected].1
1313
secrets: inherit

0 commit comments

Comments
 (0)