diff --git a/.github/deploy/config.yml b/.github/deploy/config.yml index c4b418a71..abee894b6 100644 --- a/.github/deploy/config.yml +++ b/.github/deploy/config.yml @@ -36,14 +36,6 @@ chains: rpc: 26659 faucet: 8009 - - id: evmos-1 - name: evmos - numValidators: 1 - ports: - rest: 1312 - rpc: 26652 - faucet: 8002 - relayers: - name: ibc-relayer type: hermes @@ -52,7 +44,6 @@ relayers: - osmosis-1 - cosmoshub-4 - sonr-1 - - evmos-1 explorer: enabled: true diff --git a/Makefile b/Makefile index 500dcaa0c..c4d207620 100644 --- a/Makefile +++ b/Makefile @@ -349,11 +349,11 @@ deploy-deps: npm install -g @starship-ci/cli starship install -deploy-up: +up: @echo "Starting deployment" starship start --config .github/deploy/config.yml -deploy-down: +down: @echo "Stopping deployment" starship stop --config .github/deploy/config.yml