Skip to content

faizalzakaria/octo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

octo

Octo, toolbelt for your DevOps team.

asciicast

Pre-requisites

  • ~/.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"

To Install

brew tap faizalzakaria/homebrew-tap
brew install octo

Usage

AWS_PROFILE=code3 octo ssh -s api -e production

To build

go build

To release

Create a tag

git tag -a v1.0.0 -m"Hello""

Then release

GITHUB_TOKEN=<Token> goreleaser release