gitsetgo
v2.0.0
Published
Automate synchronized git deployments across multiple repositories.
Downloads
4
Readme
deployments:
- name: deployment-name # This is the name you'll enter on the cli.
repositories:
-
name: someRepository
source: # Deploy from this configuration.
remote: [email protected]:chasingmaxwell/example.git
branch: sourceBranch
destination: # Deploy to this configuration.
remote: [email protected]:chasingmaxwell/example.git
branch: destinationBranch
-
name: someOtherRepository
source: # Deploy from this configuration.
remote: [email protected]:chasingmaxwell/anotherExample.git
branch: sourceBranch
destination: # Deploy to this configuration.
remote: [email protected]:chasingmaxwell/anotherExample.git
branch: destinationBranch
# ... more repositories can go here.
# ... more deployment configurations can go here.
gitsetgo <deployment ...>
npx gitsetgo <deployment ...>