Skip to content

kevin-verschaeve/php-deployer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMAGES

USAGE

docker run -it -v $PWD:/app keversc/php-deployer:7 deploy stage

If you choose an authentication method that require an external file (i.e. identityFile() that require ~/.ssh/id_rsa.pub for example), you must add a volume:

docker run -it -v $PWD:/app -v ~/.ssh:/root/.ssh keversc/php-deployer deploy stage

Releases

No releases published

Packages

No packages published