2.0.0 • Published 6 years ago

gitsetgo v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago
 deployments:
   - name: deployment-name # This is the name you'll enter on the cli.
    repositories:
     -
       name: someRepository
       source: # Deploy from this configuration.
         remote: git@github.com:chasingmaxwell/example.git
         branch: sourceBranch
       destination: # Deploy to this configuration.
         remote: git@github.com:chasingmaxwell/example.git
         branch: destinationBranch
     -
       name: someOtherRepository
       source: # Deploy from this configuration.
         remote: git@github.com:chasingmaxwell/anotherExample.git
         branch: sourceBranch
       destination: # Deploy to this configuration.
         remote: git@github.com:chasingmaxwell/anotherExample.git
         branch: destinationBranch
     # ... more repositories can go here.
   # ... more deployment configurations can go here.
gitsetgo <deployment ...>
npx gitsetgo <deployment ...>