refactor: remove evmos chain from deployment configuration

This commit is contained in:
Prad N
2025-01-11 23:27:50 -05:00
parent b12bc88eda
commit f566b7d6c1
2 changed files with 2 additions and 11 deletions
+2 -2
View File
@@ -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