Gandi / gandi.cli

⚠ ARCHIVED - Command line interface to Gandi.net products using the public API
http://cli.gandi.net/
GNU General Public License v3.0
347 stars 62 forks source link

Run `update` instead of `install` on composer deployments #294

Open romainpoirier opened 5 years ago

romainpoirier commented 5 years ago

I am using Gandi Simple Hosting deployment system for Composer.

Each time I deploy (using ssh $GIT_URL 'deploy {repository}.git'), it is running a kind of composer install instead of composer update, which takes a lot of time and is, in most of cases, not the best action to deploy.

How can I set update instead?