Skip to content

PHP tool to create a release branch with commits from pull requests linked to a Github issue with specific labels

Notifications You must be signed in to change notification settings

BaptisteContreras/ez-delivery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EZ DELIVERY

Tool to create a release branch with commits from pull requests linked to a Github issue with specific labels

Requires Castor and PHP to work

Init

castor init

Then fill the config fields

Create a delivery

castor create-package <project>

Package application

vendor/bin/castor repack --app-name ez-delivery

Build prod

docker build --target prod -f prod\Dockerfile -t ez-delivery .
docker run -v ~/.ssh:/home/ez-delivery/.ssh -v ~/ez-deliver/var/:/home/ez-delivery/.ez  -v ~/.gitconfig:/home/ez-delivery/.gitconfig -v $(pwd):/app -e USER=$UID  -it  ghcr.io/baptistecontreras/ez-delivery:latest ez-delivery

About

PHP tool to create a release branch with commits from pull requests linked to a Github issue with specific labels

Resources

Stars

Watchers

Forks

Packages