Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bitdivine committed Jan 8, 2025
1 parent 4849277 commit 675bdb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ echo 'export PATH=$(brew --prefix llvm)/bin:$PATH' >> ~/.zshrc
> To perform staging development, you'll need a `.env.staging` file.
```bash
ENV=staging dfx deploy frontend --network staging --wallet cvthj-wyaaa-aaaad-aaaaq-cai
dfx deploy frontend --network staging --wallet cvthj-wyaaa-aaaad-aaaaq-cai
ENV=staging ./scripts/deploy.backend.sh
```

Expand All @@ -49,15 +49,15 @@ ENV=staging ./scripts/deploy.backend.sh
> Note that beta frontend points to production (IC) backend.
```bash
ENV=beta dfx deploy frontend --network beta --wallet yit3i-lyaaa-aaaan-qeavq-cai
dfx deploy frontend --network beta --wallet yit3i-lyaaa-aaaan-qeavq-cai
```

### IC

> To perform production development, you'll need a `.env.production` file.
```bash
ENV=ic dfx deploy frontend --network ic --wallet yit3i-lyaaa-aaaan-qeavq-cai
dfx deploy frontend --network ic --wallet yit3i-lyaaa-aaaan-qeavq-cai
ENV=ic ./scripts/deploy.backend.sh
```

Expand Down

0 comments on commit 675bdb9

Please sign in to comment.