Downloaded `deployer.phar` should be the latest version
See original GitHub issueI have this error when running my deployment workflow:
It turns out the version downloaded via https://deployer.org/deployer.phar is 6.8.0. I think the action should download the latest version available by default, or maybe a required parameter should be added to select the major version of the downloaded deployer.phar
. Linked to https://github.com/deployphp/deployer/issues/3225.
Issue Analytics
- State:
- Created a year ago
- Reactions:4
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Installation - Deployer
To install Deployer as phar archive, run the following commands: ... If you need another version of Deployer, you can find it on...
Read more >Deployer composer installation failed · Issue #3104 - GitHub
I tried to install the RC version using composer require --dev deployer/deployer:v7.0.0-rc.8 and it works. Now I'm trying to enter the following ...
Read more >deployer/phar-update - Packagist
Summary · check for newer versions of the Phar · download the Phar. verify download by SHA1 checksum, and public key if available...
Read more >Installing Deployer - Code Review Videos
In this video you will learn how to install Deployer using the three available methods - composer, downloading the phar file, or building...
Read more >Installation - Deployer
To install Deployer as phar archive globally, run the following commands: ... If you need another version of Deployer, you can find it...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
A workaround I found is to use composer to download the last version, and set
deployer-binary
parameter:Same error. Thanks a lot @benjaminmal for working solution.
I also add
to
shivammathur/setup-php@v2
for composer installs.