Ubuntu – Github action by ssh ionos
I have a problem to deploy a symfony project with github action. I can connect with ssh and execute a git pull or a php bin/console doctrine:migrations:migrate, but it's impossible to use the compose command. I followed the various explanations…