File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 6
6
.gitignore
7
7
* keys.ts
8
8
* .keys.json
9
+ .git-crypt
10
+ .git
Original file line number Diff line number Diff line change @@ -36,22 +36,13 @@ jobs:
36
36
37
37
- name : Load stage secrets to environment
38
38
run : |
39
- set -a
40
- source .stage.env
41
- set +a
39
+ cat .stage.env >> ${GITHUB_ENV}
42
40
43
41
- name : Build the docker image
44
42
run : |-
45
43
docker build \
46
44
--target production -t timetracker_ui \
47
- --build-arg API_URL="$API_URL" \
48
45
--build-arg AUTHORITY="$AUTHORITY" \
49
- --build-arg CLIENT_ID="$CLIENT_ID" \
50
- --build-arg CLIENT_URL="$CLIENT_URL" \
51
- --build-arg SCOPES="$SCOPES" \
52
- --build-arg STACK_EXCHANGE_ID="$STACK_EXCHANGE_ID" \
53
- --build-arg STACK_EXCHANGE_ACCESS_TOKEN="$STACK_EXCHANGE_ACCESS_TOKEN" \
54
- --build-arg AZURE_APP_CONFIGURATION_CONNECTION_STRING="$AZURE_APP_CONFIGURATION_CONNECTION_STRING" \
55
46
.
56
47
57
48
- name : Publish docker image to stage azure container registry
You can’t perform that action at this time.
0 commit comments