File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
- name : Build base Docker image
27
27
uses : docker/build-push-action@v3
28
28
with :
29
- file : admin/ Dockerfile
29
+ file : Dockerfile
30
30
cache-from : type=gha,scope=cached-stage
31
31
cache-to : type=gha,scope=cached-stage,mode=max
32
32
outputs : type=cacheonly
56
56
- name : Build ${{ matrix.name }}
57
57
uses : docker/build-push-action@v3
58
58
with :
59
- file : admin/ Dockerfile
59
+ file : Dockerfile
60
60
cache-from : type=gha,scope=cached-stage
61
61
# Exports the artefacts from the final stage
62
62
outputs : ./out
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ then run command line
51
51
Revert ` dfx.json ` , collect the ledger canister id and update its value in (if not ` r7inp-6aaaa-aaaaa-aaabq-cai ` ):
52
52
53
53
- [ ./scripts/ledger.utils.mjs] ( ./scripts/ledger.utils.mjs )
54
- - [ shared/src/env.rs] ( /admin /src/shared/src/env.rs)
54
+ - [ shared/src/env.rs] ( . /src/shared/src/env.rs)
55
55
56
56
double check that you received the balance
57
57
@@ -73,7 +73,7 @@ Next finally deploy Juno canisters:
73
73
dfx deploy console
74
74
```
75
75
76
- Collect "console" canister id and update [ shared/src/env.rs] ( /admin /src/shared/src/env.rs) (if not ` rno2w-sqaaa-aaaaa-aaacq-cai ` ).
76
+ Collect "console" canister id and update [ shared/src/env.rs] ( . /src/shared/src/env.rs) (if not ` rno2w-sqaaa-aaaaa-aaacq-cai ` ).
77
77
78
78
Finally, install mission control center + satellite wasm and deploy frontend:
79
79
You can’t perform that action at this time.
0 commit comments