Skip to content

DevBin64 is a collection devops scripts for maintaining code repositories and implementing CICD automation tasks

License

Notifications You must be signed in to change notification settings

automation64/devbin64

Repository files navigation

Script: devbin64

Overview

DevBin64 is a collection devops scripts for maintaining code repositories and implementing CICD automation tasks

Usage

  • Once devbin64 has been deployed DevOps scripts will be available at <PROJECT>/bin
  • Scripts can be invoded anytime as needed to fullfill routine and/or CICD DevOps tasks

Deployment

Requirements

  • Bash: used by installer scripts.
  • Curl, Tar and GZip: used to download and unpack packages

Installation

  • Create and initialize empty GIT repository
mkdir NEW-PROJECT &&
cd NEW-PROJECT &&
git init
  • (optional) Add remotes
git remote add origin ORIGIN_URL
  • Download the latest version of the dev-bootstrap script to the new repository
  • Run the boostrap process
bash ./dev-bootstrap
  • (optional) Declare local variables and secrets in:

    • dot.local
    • dot.secrets
  • Review changes and complete first commit

git status
git add .
git commit -m 'dev: initialized repository'
# Push if using remotes

Contributing

Help on implementing new features and maintaining the code base is welcomed.

License

Apache-2.0

Author

About

DevBin64 is a collection devops scripts for maintaining code repositories and implementing CICD automation tasks

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages