Skip to content

Commit e7c50cc

Browse files
committed
Update branch names
1 parent c951dfa commit e7c50cc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-product.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727
TIME_ZONE: "Europe/Vienna"
2828
NODE_VERSION: "20.9"
2929
PYTHON_VERSION: "3.10"
30-
WORKFLOW_BRANCH: "new_deployment"
30+
WORKFLOW_BRANCH: "rspack"
3131
PYTHON_BASE_IMAGE: "python:3.10.8-slim-bullseye"
3232
DATAVISYN_PYTHON_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/python:main"
3333
DATAVISYN_NGINX_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:main"
@@ -90,7 +90,7 @@ jobs:
9090
fail-fast: true
9191
matrix:
9292
component: ${{fromJson(needs.prepare-build.outputs.components)}}
93-
uses: datavisyn/github-workflows/.github/workflows/build-single-product-part.yml@new_deployment
93+
uses: datavisyn/github-workflows/.github/workflows/build-single-product-part.yml@rspack
9494
with:
9595
component: ${{ matrix.component }}
9696
image_tag1: ${{ needs.prepare-build.outputs.image_tag1 }}
@@ -105,7 +105,7 @@ jobs:
105105
fail-fast: true
106106
matrix:
107107
component: ${{fromJson(needs.prepare-build.outputs.components)}}
108-
uses: datavisyn/github-workflows/.github/workflows/build-workspace-product-part.yml@new_deployment
108+
uses: datavisyn/github-workflows/.github/workflows/build-workspace-product-part.yml@rspack
109109
with:
110110
component: ${{ matrix.component }}
111111
image_tag1: ${{ needs.prepare-build.outputs.image_tag1 }}

.github/workflows/build-single-product-part.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ env:
4545
TIME_ZONE: "Europe/Vienna"
4646
NODE_VERSION: "20.9"
4747
PYTHON_VERSION: "3.10"
48-
WORKFLOW_BRANCH: "new_deployment"
48+
WORKFLOW_BRANCH: "rspack"
4949
PYTHON_BASE_IMAGE: "python:3.10.8-slim-bullseye"
5050
DATAVISYN_PYTHON_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/python:main"
5151
DATAVISYN_NGINX_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:main"
@@ -201,7 +201,7 @@ jobs:
201201
touch ./yarn.lock
202202
yarn install --no-immutable
203203
yarn info --name-only
204-
yarn run bundle:prod
204+
yarn run bundle:prod || yarn run webpack:prod
205205
env:
206206
COMPONENT: ${{ inputs.component }}
207207
APP: ${{ steps.get-parameters.outputs.app }}

0 commit comments

Comments
 (0)