ritual/rebuild.sh
2024-09-21 23:51:36 +03:00

8 lines
180 B
Bash

#!/bin/bash
set -e
cd ~/ritual
project=hello-world make deploy-container
project=hello-world make deploy-contracts
bash update_contracts.sh
project=hello-world make call-contract