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 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).
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 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 notpost-install-cmd
(the deployment stops just after-----> Build complete
and-----> Cleaning temporary files
).The text was updated successfully, but these errors were encountered: