Build and Publish
My software projects follow the same pattern:
build.sh runs lint and creates a binary.
publish.sh creates a Docker container, uploads to my registry and publishes it via Nomad.
BASH ALIAS
alias bp='./build.sh && ./publish.sh'
My software projects follow the same pattern:
build.sh runs lint and creates a binary.
publish.sh creates a Docker container, uploads to my registry and publishes it via Nomad.
BASH ALIAS
alias bp='./build.sh && ./publish.sh'