Skip to content

QuickPay/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

.github

Workflow Templates

Terraform Workflows

the terraform workflow templates require certain branches, these can easily be generated with this script

branches=(
  "registry"
  "internal-stag"
  "internal-prod"
  "nonpci-stag"
  "nonpci-prod"
  "pci-stag"
  "pci-prod"
  "root"
)
for t in ${branches[@]}; do
  git switch --orphan "__plan_branch_$t"
  git commit --allow-empty -m "Initial commit on orphan branch"
  git push -u origin "__plan_branch_$t"
done

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •