deployer

The PHP deployment tool with support for popular frameworks out of the box

MIT License

Downloads
18.2M
Stars
10.5K
Committers
377

Bot releases are hidden (Show)

deployer - v7.0.0-rc.6

Published by antonmedv over 2 years ago

  • Rename bin deployer.phar to dep.
deployer - v7.0.0-rc.5

Published by antonmedv over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/deployphp/deployer/compare/v7.0.0-rc.4...v7.0.0-rc.5

deployer -

Published by antonmedv almost 3 years ago

Two noticeable changes:

  • Fixed lots of bugs related to repository parsing.
  • Deleted auto-detection of project-local deployer installation (Global dep binary no longer can find and redirect call to project-local bin/dep).

This release contains lots of fixes:
#2886 #2841 #2836 #2837 #2835 #2831 #2830 #2793 #2808 #2755 #2767 #2779 #2789 #2785 #2777 #2776 #2850 #2852
As well as lots of cleanups and docs improvements.

deployer -

Published by antonmedv almost 3 years ago

cafe007 Updated composer deps
c1bef57 Fixed once() on a group task
634341f Added provision of mariadb (#2775)
9b35a87 Added provision of databases in provision recipe (#2768)
333baff Displays info about skipped tasks
465aed4 Improved deploy:info task
92a0eb6 Refactored deploy:update_code to use target config
3e15404 Removed shallow() task method
e04b166 Removed "Using ..." message.
dddfab7 Added support for PHP 8.1 (#2763)
37be457 Do not run deployment if no current path exists (Shopware) (#2761)

deployer - v7.0.0-rc.2

Published by antonmedv almost 3 years ago

1ede058 Fixed timeout for heavy tasks in provision recipe (#2752)
4f84ee1 Fixed php-fpm unix socket in provision recipe (#2751)
d28bb9f Fixed maintenance status check in Magento recipe (#2748)
c893ca5 Fixed blackjack command
0a3db5d Fixed controlPath with length >= 104 characters (#2740)
25778d4 Improved docgen
10a2f43 Fixed POST method in fetch()
a4801b6 Made Magento 2 recipe suitable for push strategy deployments (#2734)

deployer -

Published by antonmedv almost 3 years ago

This is a first release candidate for v7.

dcd7e75 Refactored getHost() to host() (same as in v6)
ebb3caa Fixed YAML init template
065c012 Added disable/enable task methods
8005801 Added artisan:migrate to default laravel deploy task
165574d Added fetch() func
6cf46ff Added custom 404 page

deployer -

Published by antonmedv almost 3 years ago

271d33d Fixed DB provisioning
3a88b19 Removed deploy:check_key task
4ecc478 Fixed bin/docgen
53f1451 Removed copying of .env.example from Laravel recipe
89f64ad Added selectedHosts()

deployer - v7.0.0-beta.39

Published by antonmedv almost 3 years ago

In this release:
b40c641 Refactored shopware recipe
0c7c0b1 Renamed locateBinaryPath() to which()
8cf0f2a Added shell option for runLocally func
101f1a1 Added mysql provisioning
9d38ecd Fixed bug with stuck loop on connect error
8ac587e Added support for hidden keys in yaml files (#2715)
afa7680 Removed var/sessions as a default shared dir in the Symfony recipe (#2720)

deployer - v7.0.0-beta.38

Published by antonmedv almost 3 years ago

This release deprecates local() tasks.

Also, dep config now shows all configuration options. Bunch of other improvements.

deployer - v7.0.0-beta.37

Published by antonmedv almost 3 years ago

deployer -

Published by antonmedv almost 3 years ago

  • This release fixes php7 problems with phar.

From beta.35

This release changes YAML recipes format for tasks. Move run one level up, prefix run with a -, remove script:.

tasks:
  deploy:
    - desc: Who am I?
    - run: whoami
deployer - v7.0.0-beta.35

Published by antonmedv almost 3 years ago

This release changes YAML recipes format for tasks. Move run one level up, prefix run with a -, remove script:.

tasks:
  deploy:
    - desc: Who am I?
    - run: whoami
deployer -

Published by antonmedv almost 3 years ago

deployer -

Published by antonmedv almost 3 years ago

deployer -

Published by antonmedv almost 3 years ago

deployer -

Published by antonmedv about 3 years ago

deployer -

Published by antonmedv about 3 years ago

deployer -

Published by antonmedv about 3 years ago

deployer -

Published by antonmedv about 3 years ago

deployer -

Published by antonmedv about 3 years ago

Package Rankings
Top 0.21% on Packagist.org
Top 6.59% on Proxy.golang.org