Skip to content

Commit

Permalink
debug deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Jan 7, 2024
1 parent 8092568 commit 86f54f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
echo 'deploy pubkey:'
cast wallet address "''${DEPLOYMENT_KEY}";
'' + pkgs.lib.concatStrings (map deploy-single-contract concrete-contracts)); };

ci-prep = rainix.mkTask.${system} { name = "ci-prep"; body = ''
set -euo pipefail;
forge build --force;
''; };

} // rainix.packages.${system};

devShells = rainix.devShells.${system};
Expand Down

0 comments on commit 86f54f7

Please sign in to comment.