Skip to content

CI/CD and standard good practices for coding and deployment

Notifications You must be signed in to change notification settings

rigbetellabs/workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workflow

1. To create a new workspace

bash <(wget -qO- https://raw.githubusercontent.com/rigbetellabs/workflow/master/start.sh) --name workspace_name

Usage and args:

Usage: start.sh [OPTIONS] args
	Example: start.sh --name workspace_name -y
 -h, --help      Display this help message
 -y, --yes       Enable -y flag to all commands
 -n, --name      STRING Repository name to create

2. To port existing workspace

bash <(wget -qO- https://raw.githubusercontent.com/rigbetellabs/workflow/master/port_files.sh) --path workspace_name

Usage and args:

Usage: port_files.sh [OPTIONS] args
	Example: port_files.sh --path workspace_name -y
 -h, --help      Display this help message
 -y, --yes       Enable -y flag to all commands
 -p, --path      PATH to the files to revamp

About

CI/CD and standard good practices for coding and deployment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages