Skip to content

Commit 3115a3c

Browse files
authored
chore(target_chains/starknet): update deploy script (#1675)
* chore(target_chains/starknet): rename local_deploy to deploy.sh * chore(target_chains/starknet): update deploy script params and add more options
1 parent 4fc8775 commit 3115a3c

File tree

4 files changed

+117
-87
lines changed

4 files changed

+117
-87
lines changed

.github/workflows/ci-starknet-contract.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Run tests
3535
run: snforge test
3636
- name: Test local deployment script
37-
run: bash -c 'PATH="$PATH:$HOME/.config/.dojo/bin" katana & . ~/.config/.starkli/env && deploy/local_deploy'
37+
run: bash -c 'PATH="$PATH:$HOME/.config/.dojo/bin" katana & . ~/.config/.starkli/env && deploy/deploy.sh'
3838
- name: Verify version
3939
run: |
4040
version1=$(grep version Scarb.toml | cut -d '"' -f 2)

target_chains/starknet/contracts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ Run `scarb fmt` to automatically format the source code.
2929

3030
1. Install Starkli (a cli tool for Starknet) by following [the installation instructions](https://github.com/xJonathanLEI/starkli).
3131
2. Install Katana (a local Starknet node) by following [the installation instructions](https://book.starknet.io/ch02-04-katana.html).
32-
3. Run the `deploy/local_deploy` setup script.
32+
3. Run the `deploy/deploy.sh` setup script.

0 commit comments

Comments
 (0)