Skip to content

Commit 6aad40c

Browse files
MarcoAguirreMarco AguirrerodolfoIOET
authored
Tta 48 documentation set up the environment variables for local environment (#889)
* Add 2 git-crypt collaborators New collaborators: F295BDD1 Marco Aguirre <[email protected]> A41C8601 wilmer lopez <[email protected]> * Env variables excluded * Add 9 git-crypt collaborators New collaborators: 1CC2872D Rodolfo Diaz <[email protected]> 04121D0E Javier Manobanda <[email protected]> 3675E769 Nicole <[email protected]> 33D29507 abigailscl <[email protected]> 5A573AC6 gpg --gen-key <[email protected]> 3DFF14E9 Sergio Bateca <[email protected]> 863D0420 Andres <[email protected]> B4F96E4F sebastian <[email protected]> 0BDED209 Jimmy Jaramillo * Add 3 git-crypt collaborators New collaborators: 5A4A5B22 Nicole Garcia <[email protected]> 9F1EC4C5 Rodrigo Lins <[email protected]> 527A1D25 Juan Isaza <[email protected]> * decrypt .env * decrypt .env v2 * decrypt .env v3 * decrypt .env v4 Co-authored-by: Marco Aguirre <[email protected]> Co-authored-by: Rodolfo IOET <[email protected]>
1 parent 1e8323c commit 6aad40c

File tree

6 files changed

+5
-4
lines changed

6 files changed

+5
-4
lines changed

.dev.env

497 Bytes
Binary file not shown.
597 Bytes
Binary file not shown.

.git-crypt/keys/default/0/C9EB0C98CA1F391730E957CD78A3C138527A1D25.gpg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
�^EB���y�@=� &Pe<s iҵDY�`v��e�^���i�d0���5�e��\�5P��%oV�S��wAoT�)��1�' ���A����Q C��$�g����7�c�F �p��Tѡ� ��'�v���9��D�K�[L� ?�.��L,}�й �d掽�t�ܨI$��FZ�m){��@�,Ȁ�t(�Cm����������c@g�\}0vz���~���w,*����A��Cbw���=&!"+�@?�+��߲\Ƙ��"u����_�F��������
597 Bytes
Binary file not shown.

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
.env filter=git-crypt diff=git-crypt
1+
.dev.env filter=git-crypt diff=git-crypt
22
src/environments/.keys.json filter=git-crypt diff=git-crypt
33
src/environments/keys.ts filter=git-crypt diff=git-crypt

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ jobs:
3030
with:
3131
ssh-private-key: ${{ secrets.INFRA_TERRAFORM_MODULES_SSH_PRIV_KEY }}
3232

33-
- name: build docker
34-
run: make build
35-
3633
- name: Inject Secrets
3734
env:
3835
SCOPES: ${{ secrets.SCOPES }}
@@ -45,6 +42,9 @@ jobs:
4542
chmod +x ./scripts/populate-keys.sh
4643
sh ./scripts/populate-keys.sh
4744
45+
- name: build docker
46+
run: make build
47+
4848
- name: Running tests
4949
run: |
5050
chmod -R 777 ./$home

0 commit comments

Comments
 (0)