You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 ofcomposer install
instead ofcomposer 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?The text was updated successfully, but these errors were encountered: