Skip to content

Commit 082e887

Browse files
committed
using npm run build-legacy for deploying TT-UI legacy in production mode
1 parent 0dfeee1 commit 082e887

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/CD-time-tracker-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
source .env
4747
set +a
4848
npm install
49-
npm run build --prod --if-present
49+
npm run build-legacy --if-present
5050
cp scripts/default-static-site.js ${BUILD_PATH}
5151
5252
- name: 'Deploy to Azure Web App'

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ services:
1010
- 4200:4200
1111
- 9876:9876
1212
environment:
13-
API_URL: ${API_URL}
1413
AUTHORITY: ${AUTHORITY}
1514
API_URL: ${API_URL}
1615
CLIENT_ID: ${CLIENT_ID}
@@ -41,7 +40,6 @@ services:
4140
CHROME_BIN: /opt/google/chrome/google-chrome
4241
API_URL: ${API_URL}
4342
AUTHORITY: ${AUTHORITY}
44-
API_URL: ${API_URL}
4543
CLIENT_ID: ${CLIENT_ID}
4644
CLIENT_URL: ${CLIENT_URL}
4745
SCOPES: ${SCOPES}

0 commit comments

Comments
 (0)