Skip to content
Discussion options

You must be logged in to vote

Ok I found the issue !

I should do that :

tasks:
    npm:ci:
        - run: 'cd {{release_path}} && {{bin/npm}} ci'
    assets:build:
        - run: 'cd {{release_path}} && {{bin/npm}} run build'
    assets:clean:
        - run: 'cd {{release_path}} && rm -rf node_modules'
    php-fpm:restart:
        - desc: Restart PHP-FPM service
        - run: 'sudo service php8.0-fpm reload'

Sorry for the noise !

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@antonmedv
Comment options

@lorisleiva
Comment options

@antonmedv
Comment options

Answer selected by Cryde
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants