KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
deploy-tool
★ 11
Open GitHub ↗
Golang tool for deployment
Download README (.md)
Explore Similar Repositories
web3-example
:
Using Web3.js to Send Transactions on BSC
ar3_hardware_mods
:
Hardware modifications for the AR3
ChromeDino-CE
:
Chrome Dino running on STM32
machine_learning_for_persistence
:
No description available.
dev-achievements
:
Earn Achievements while learning how to code
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
deploy-tool
?
Download (.md)
# deploy-tool # Install deploy tool ```sh curl -sf https://gobinaries.com/dung13890/deploy-tool | PREFIX=/tmp sh sudo mv /tmp/deploy-tool /usr/local/bin/doo ``` install doo with version ```sh curl -sf https://gobinaries.com/dung13890/deploy-tool@1.0.1 | PREFIX=/tmp sh sudo mv /tmp/deploy-tool /usr/local/bin/doo ``` Run doo ```sh doo init ``` ## Demo  *Note: [init](docs/images/init.gif?raw=true) | [ping](docs/images/ping.gif?raw=true)* ## Features - Deployment from local into remote - Deployment on remote - Run command for multiple remote - Rsync multiple cluster - Notify to chatwork, slack - UI for deployment # For Developer ## Run with docker for development ```sh docker-compose up -d docker-compose exec tool bash ``` ## Setup project for development ```sh # Inside docker go get go mod vendor ``` ## Setup and running for development ```sh # Init file config.yml go run main.go init ```