Skip to content

Commit e49cc43

Browse files
committed
resolved conflicts
2 parents a46002d + dfb2ae1 commit e49cc43

File tree

69 files changed

+998
-152
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+998
-152
lines changed

.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ Makefile
66
.gitignore
77
*keys.ts
88
*.keys.json
9+
.git-crypt
10+
.git
11+
Dockerfile

.env

-497 Bytes
Binary file not shown.
603 Bytes
Binary file not shown.

.git-crypt/keys/PROD/0/5C7F6A3EDA5D36861AE5FB87ABC9B3EFF295BDD1.gpg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
����aȞiި �q�y���3T���H�1�m�*le��� xl��[P)q�骋�*�+����5"���,� �Oؓ�E0u��apڊ֡��cj����`��N����0j����b��̠a��1�s���>����_ �@˽,u���s&�j��~�W1iUyc���\�����Ϊ��i˛���E͛�h��js��%�R#��w)ñ���֊PC��s��̸H巊�b�Y B<�6E�f��(��������5���t\U6\S�I5��'�8��L�*��yx2��WIlC<�
2+
" �F�*���h���5~���2Y�?b�F�a�ӡ�&!�$8���,�͕_���q26J��JyaOA�=A���Q�:j�gS6��͠`�$X��w�˴�� ���H |V��4*g|�*s�uc�DZ��m�����c�LG��2Ξ;�`�^��I�d& ԓ� ��>�d��ɥ7g� ����C��)B"?��A��K���<�el�@��&$�5�2��8 `�V���.�A��?�6#!�):57�4#��Xr<Ƥp��&��E� �M�K^�����z�WM~�X��Cp���ˣ��$�e.&��
Binary file not shown.
Binary file not shown.
Binary file not shown.

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.dev.env filter=git-crypt diff=git-crypt
2-
src/environments/.keys.json filter=git-crypt diff=git-crypt
3-
src/environments/keys.ts filter=git-crypt diff=git-crypt
2+
.prod.env filter=git-crypt-PROD diff=git-crypt-PROD
3+
.stage.env filter=git-crypt-STAGE diff=git-crypt-STAGE

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ jobs:
2828

2929
- name: Inject Secrets
3030
env:
31+
AUTHORITY: ${{ secrets.authority }}
32+
API_URL: ${{ secrets.api_url }}
3133
SCOPES: ${{ secrets.scopes }}
3234
CLIENT_ID: ${{ secrets.client_id }}
33-
AUTHORITY: ${{ secrets.authority }}
35+
CLIENT_URL: ${{ secrets.client_url }}
3436
STACK_EXCHANGE_ID: ${{ secrets.stack_exchange_id }}
3537
STACK_EXCHANGE_ACCESS_TOKEN: ${{ secrets.stack_exchange_access_token }}
3638
AZURE_APP_CONFIGURATION_CONNECTION_STRING: ${{ secrets.azure_app_configuration_connection_string }}
@@ -44,7 +46,7 @@ jobs:
4446
source .env
4547
set +a
4648
npm install
47-
npm run build --prod --if-present
49+
npm run build-legacy --if-present
4850
cp scripts/default-static-site.js ${BUILD_PATH}
4951
5052
- name: 'Deploy to Azure Web App'

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@ jobs:
4141

4242
- name: Inject Secrets
4343
env:
44+
AUTHORITY: ${{ secrets.AUTHORITY }}
45+
API_URL : ${{ secrets.API_URL }}
4446
SCOPES: ${{ secrets.SCOPES }}
4547
CLIENT_ID: ${{ secrets.CLIENT_ID }}
46-
AUTHORITY: ${{ secrets.AUTHORITY }}
48+
CLIENT_URL : ${{ secrets.CLIENT_URL }}
4749
STACK_EXCHANGE_ID: ${{ secrets.STACK_EXCHANGE_ID }}
4850
STACK_EXCHANGE_ACCESS_TOKEN: ${{ secrets.STACK_EXCHANGE_ACCESS_TOKEN }}
4951
AZURE_APP_CONFIGURATION_CONNECTION_STRING: ${{ secrets.AZURE_APP_CONFIGURATION_CONNECTION_STRING }}

0 commit comments

Comments
 (0)