Skip to content

Commit f5c0915

Browse files
committed
test: run deploy on self-hosted runner
1 parent cbbba73 commit f5c0915

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-product.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ env:
3232
TIME_ZONE: "Europe/Vienna"
3333
NODE_VERSION: ${{ vars.NODE_VERSION || '20.9' }}
3434
PYTHON_VERSION: ${{ vars.PYTHON_VERSION || '3.10' }}
35-
WORKFLOW_BRANCH: "main"
35+
WORKFLOW_BRANCH: "feat/deploy_app_update"
3636
PYTHON_BASE_IMAGE: "python:3.10.18-slim-bullseye"
3737
DATAVISYN_PYTHON_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/python:main"
3838
DATAVISYN_NGINX_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:main"

.github/workflows/deploy-product.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ concurrency:
4343

4444
env:
4545
GA_VERSION: "main"
46-
WORKFLOW_BRANCH: "main"
46+
WORKFLOW_BRANCH: "feat/deploy_app_update"
4747

4848
jobs:
4949
deploy:

0 commit comments

Comments
 (0)