Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
jairomr committed Dec 30, 2023
1 parent bdbf904 commit 4cf3a50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/homol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
cd ${{ github.workspace }}/src/server && npm install
cd ${{ github.workspace }}/src/client && npm install
npm install -g @angular/[email protected]
cd ${{ github.workspace }}/src/client && ng build --stats-json --source-map=false --no-progress
cd ${{ github.workspace }}/src/client && ng build --configuration=homolog --stats-json --source-map=false --no-progress
- name: Build Docker
Expand Down
2 changes: 1 addition & 1 deletion src/client/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const environment = {
OWS_O2: "https://o2.lapig.iesa.ufg.br/ows",
OWS_O3: "https://o3.lapig.iesa.ufg.br/ows",
OWS_O4: "https://o4.lapig.iesa.ufg.br/ows",
APP_URL: 'https://atlas-homolog.lapig.iesa.ufg.br',
APP_URL: 'https://atlasdaspastagens.lapig.iesa.ufg.br',
LAPIG_JOBS: 'https://jobs.lapig.iesa.ufg.br',
LAPIG_CONTENT_HUB: 'https://content-hub.lapig.iesa.ufg.br',
LAPIG_DOWNLOAD_API: 'https://download.lapig.iesa.ufg.br',
Expand Down

0 comments on commit 4cf3a50

Please sign in to comment.