Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 763 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 763 Bytes

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