We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6012eb1 commit cbeecc2Copy full SHA for cbeecc2
2 files changed
.env.template .env.pipeline.env.template renamed to .env.pipeline
.github/workflows/pipeline.yml
@@ -109,7 +109,7 @@ jobs:
109
110
- name: Build
111
run: |
112
- cp .env.template .env
+ cp .env.pipeline .env
113
/bin/bash build.sh
114
115
- name: run local server (NODE_ENV=production)
@@ -152,7 +152,9 @@ jobs:
152
endsWith(github.event.head_commit.message, ' q') ||
153
contains(github.event.head_commit.message, ' q '))
154
155
- /bin/bash playwright.sh --target docker
+ source .env
156
+ source .env.sh
157
+ NODE_API_PORT="${NODE_API_PORT_HTTPS}" /bin/bash playwright.sh --target docker
158
159
- name: ps aux
160
0 commit comments