Skip to content
New issue

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

Deploy - Symfony 6.2.14 - Error #466

Open
daniel14145 opened this issue Oct 26, 2023 · 0 comments
Open

Deploy - Symfony 6.2.14 - Error #466

daniel14145 opened this issue Oct 26, 2023 · 0 comments

Comments

@daniel14145
Copy link

daniel14145 commented Oct 26, 2023

Hi, I have this error: Stage "Pre Deploy" did not finished successfully, halting command. I don't know what I make wrong.

image
image

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:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant