mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
refactor: simplify deployment infrastructure using starship
This commit is contained in:
@@ -344,13 +344,18 @@ release-check:
|
||||
validate-tag:
|
||||
@sh ./scripts/validate_tag.sh
|
||||
|
||||
deploy-deps:
|
||||
@echo "Installing deploy dependencies"
|
||||
npm install -g @starship-ci/cli
|
||||
starship install
|
||||
|
||||
deploy-up:
|
||||
@echo "Starting deployment"
|
||||
cd .github/deploy && devbox run up
|
||||
starship start --config .github/deploy/config.yml
|
||||
|
||||
deploy-down:
|
||||
@echo "Stopping deployment"
|
||||
cd .github/deploy && devbox run down
|
||||
starship stop --config .github/deploy/config.yml
|
||||
|
||||
###############################################################################
|
||||
### help ###
|
||||
|
||||
Reference in New Issue
Block a user