Last active
June 6, 2022 13:17
-
-
Save slashfan/ca8682b6bdf110676f0af6ddb23f81b6 to your computer and use it in GitHub Desktop.
Build your own Deployer 6 phar (including contrib recipes)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cd ~/projects | |
$ git clone https://github.com/deployphp/recipes.git | |
$ cd recipes | |
$ git checkout 6.2.2 | |
$ cd ~/projects | |
$ git clone https://github.com/deployphp/deployer.git | |
$ cd deployer | |
$ git checkout v6.8.0 | |
$ mkdir recipe/contrib | |
$ cp ../recipes/recipe/* recipe/contrib | |
$ bin/build -v=6.8.1 | |
$ chmod +x deployer.phar | |
$ ./deployer.phar -v # should display v6.8.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment