Skip to content

Commit a612ce4

Browse files
committed
decrypt .env v4
1 parent 1d32832 commit a612ce4

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.env renamed to .dev.env

File renamed without changes.

.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: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,7 @@ jobs:
4343
sh ./scripts/populate-keys.sh
4444
4545
- name: build docker
46-
run: |
47-
sudo apt-get install git-crypt
48-
git-crypt unlock
49-
make build
46+
run: make build
5047

5148
- name: Running tests
5249
run: |

0 commit comments

Comments
 (0)