Skip to content

Commit cbeecc2

Browse files
committed
fix
1 parent 6012eb1 commit cbeecc2

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

File renamed without changes.

.github/workflows/pipeline.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109

110110
- name: Build
111111
run: |
112-
cp .env.template .env
112+
cp .env.pipeline .env
113113
/bin/bash build.sh
114114
115115
- name: run local server (NODE_ENV=production)
@@ -152,7 +152,9 @@ jobs:
152152
endsWith(github.event.head_commit.message, ' q') ||
153153
contains(github.event.head_commit.message, ' q '))
154154
run: |
155-
/bin/bash playwright.sh --target docker
155+
source .env
156+
source .env.sh
157+
NODE_API_PORT="${NODE_API_PORT_HTTPS}" /bin/bash playwright.sh --target docker
156158
157159
- name: ps aux
158160
run: |

0 commit comments

Comments
 (0)