Skip to content

Instantly share code, notes, and snippets.

@slashfan
Last active June 6, 2022 13:17
Show Gist options
  • Save slashfan/ca8682b6bdf110676f0af6ddb23f81b6 to your computer and use it in GitHub Desktop.
Save slashfan/ca8682b6bdf110676f0af6ddb23f81b6 to your computer and use it in GitHub Desktop.
Build your own Deployer 6 phar (including contrib recipes)
$ 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