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

Execute a command after deployment #293

Open romainpoirier opened 5 years ago

romainpoirier commented 5 years ago

I am hosting my Git repository on Gandi Simple Hosting and I deploy it using ssh $GIT_URL 'deploy {repository}.git'

I have set some scripts in my composer.json file, but some events are never called: why?

Example: pre-install-cmd is called, but not post-install-cmd (the deployment stops just after -----> Build complete and -----> Cleaning temporary files).