Skip to content

Commit

Permalink
Updates 25/06: Configuração de ambientes, refatoração do formato das …
Browse files Browse the repository at this point in the history
…perguntas (#8)
  • Loading branch information
Salgado2004 authored Jun 25, 2024
2 parents d54eec1 + eae9088 commit a132221
Show file tree
Hide file tree
Showing 127 changed files with 1,870 additions and 1,826 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master_certcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: npm install -g @angular/cli

- name: Build the Angular app
run: ng build --base-href "https://certcloud.azurewebsites.net/"
run: ng build --base-href "https://certcloud.azurewebsites.net/" --configuration production

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
Expand Down
16 changes: 14 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,24 @@
"maximumError": "10kb"
}
],
"outputHashing": "all"
"outputHashing": "all",
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
]
},
"development": {
"optimization": false,
"extractLicenses": false,
"sourceMap": true
"sourceMap": true,
"fileReplacements": [
{
"replace": "src/environments/environment.prod.ts",
"with": "src/environments/environment.ts"
}
]
}
},
"defaultConfiguration": "production"
Expand Down
15 changes: 0 additions & 15 deletions content/AI900/question-001.json

This file was deleted.

15 changes: 0 additions & 15 deletions content/AI900/question-002.json

This file was deleted.

17 changes: 0 additions & 17 deletions content/AI900/question-003.json

This file was deleted.

15 changes: 0 additions & 15 deletions content/AI900/question-004.json

This file was deleted.

15 changes: 0 additions & 15 deletions content/AI900/question-005.json

This file was deleted.

17 changes: 0 additions & 17 deletions content/AI900/question-006.json

This file was deleted.

15 changes: 0 additions & 15 deletions content/AI900/question-007.json

This file was deleted.

17 changes: 0 additions & 17 deletions content/AI900/question-008.json

This file was deleted.

15 changes: 0 additions & 15 deletions content/AI900/question-009.json

This file was deleted.

15 changes: 0 additions & 15 deletions content/AI900/question-010.json

This file was deleted.

18 changes: 0 additions & 18 deletions content/AI900/question-011.json

This file was deleted.

15 changes: 0 additions & 15 deletions content/AI900/question-012.json

This file was deleted.

17 changes: 0 additions & 17 deletions content/AI900/question-013.json

This file was deleted.

16 changes: 0 additions & 16 deletions content/AI900/question-014.json

This file was deleted.

15 changes: 0 additions & 15 deletions content/AI900/question-015.json

This file was deleted.

17 changes: 0 additions & 17 deletions content/AI900/question-016.json

This file was deleted.

18 changes: 0 additions & 18 deletions content/AI900/question-017.json

This file was deleted.

16 changes: 0 additions & 16 deletions content/AI900/question-018.json

This file was deleted.

16 changes: 0 additions & 16 deletions content/AI900/question-019.json

This file was deleted.

16 changes: 0 additions & 16 deletions content/AI900/question-020.json

This file was deleted.

Loading

0 comments on commit a132221

Please sign in to comment.