We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I have this error: Stage "Pre Deploy" did not finished successfully, halting command. I don't know what I make wrong.
Stage "Pre Deploy" did not finished successfully, halting command
Symfony 6.2.14 (env: dev, debug: true)
magephp: environments: production: user: myname from: ./ host_path: /home/www releases: 4 exclude: - ./var/cache/* - ./var/log/* - ./web/app_dev.php hosts: - nameserver.com pre-deploy: - git/update - composer/install - composer/dump-autoload on-deploy: - symfony/cache-warmup: { env: 'dev' } - symfony/assets-install: { env: 'dev' } on-release: post-release: post-deploy:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I have this error:
Stage "Pre Deploy" did not finished successfully, halting command
. I don't know what I make wrong.Symfony 6.2.14 (env: dev, debug: true)
The text was updated successfully, but these errors were encountered: