HEX
Server: Apache
System: Linux webd004.cluster130.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User: frenchy (106757)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/f/r/e/frenchy/www/french-american.org/current/docker/ansistrano/prod/_hook_before_symlink.yml
---
- name: Setup Backend
  shell: chdir={{ansistrano_release_path.stdout}}
    composer install --prefer-dist --no-interaction --optimize-autoloader

- name: Compile assets
  shell:  |
    chdir={{ansistrano_release_path.stdout}}
    npm install

- name: Install language
  shell:  |
    wp language core install fr_FR --path='{{ansistrano_release_path.stdout}}/public/wp-core' && wp site switch-language fr_FR --path='{{ansistrano_release_path.stdout}}/public/wp-core'

- name: Compile gulp
  shell:  |
    chdir={{ansistrano_release_path.stdout}}
    ./node_modules/gulp/bin/gulp.js