Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
using npm run build-legacy for deploying TT-UI legacy in production mode
  • Loading branch information
rodolfoIOET committed Jun 30, 2022
commit 082e887c451d037bed15d0704e038b1e104f79e2
2 changes: 1 addition & 1 deletion .github/workflows/CD-time-tracker-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
source .env
set +a
npm install
npm run build --prod --if-present
npm run build-legacy --if-present
cp scripts/default-static-site.js ${BUILD_PATH}

- name: 'Deploy to Azure Web App'
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ services:
- 4200:4200
- 9876:9876
environment:
API_URL: ${API_URL}
AUTHORITY: ${AUTHORITY}
API_URL: ${API_URL}
CLIENT_ID: ${CLIENT_ID}
Expand Down Expand Up @@ -41,7 +40,6 @@ services:
CHROME_BIN: /opt/google/chrome/google-chrome
API_URL: ${API_URL}
AUTHORITY: ${AUTHORITY}
API_URL: ${API_URL}
CLIENT_ID: ${CLIENT_ID}
CLIENT_URL: ${CLIENT_URL}
SCOPES: ${SCOPES}
Expand Down