Skip to content

Commit

Permalink
Add missing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tiusty committed Sep 5, 2023
1 parent 0376536 commit 9a5e5d1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,25 @@ dfx deploy --network testing --argument "(
)" PersonalWebSpace_backend
dfx deploy --network testing PersonalWebSpace_frontend
```

Alex Staging Canisters:
```bash
dfx deploy --network alexStaging --argument "(
principal\"$(dfx identity get-principal)\",
record {
logo = record {
logo_type = \"image/png\";
data = \"\";
};
name = \"PersonalWebSpace\";
symbol = \"PWS\";
maxLimit = 65535;
}
)" PersonalWebSpace_backend

dfx deploy --network ic
```

Production Canisters:
```bash
dfx deploy --network ic --argument "(
Expand Down
6 changes: 6 additions & 0 deletions dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@
"https://icp0.io"
],
"type": "persistent"
},
"alexStaging": {
"providers": [
"https://icp0.io"
],
"type": "persistent"
}
},
"version": 1
Expand Down

0 comments on commit 9a5e5d1

Please sign in to comment.