Octo, toolbelt for your DevOps team.
~/.octo/config
config file for octo.
ex.
---
staging:
api:
name: 'API'
region: "ap-southeast-1"
asgNames:
- "ASG-APIWorker-code3-prod"
- "ASG-API-code3-prod"
web:
name: 'Web App'
region: "ap-southeast-1"
asgNames:
production:
api:
Name: 'API'
region: "ap-northeast-1"
asgNames:
- "ASG-APIWorker-code3-prod"
- "ASG-API-code3-prod"
brew tap faizalzakaria/homebrew-tap
brew install octo
AWS_PROFILE=code3 octo ssh -s api -e production
go build
Create a tag
git tag -a v1.0.0 -m"Hello""
Then release
GITHUB_TOKEN=<Token> goreleaser release