Skip to content

Commit

Permalink
fix: only save futurenet with deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Sep 2, 2023
1 parent 2ec4e23 commit 552a7b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ if test "$FILE_HASH" = ""; then
just claim_self
fi

if test "$SOROBAN_NETWORK" = "futurenet"; then
just smartdeploy_id > .soroban/network/$SOROBAN_NETWORK/smartdeploy.json
fi

0 comments on commit 552a7b6

Please sign in to comment.