cicd test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2024-09-23 15:58:28 +02:00
parent 0c653a4fd2
commit 0a960b8988

View File

@ -20,7 +20,6 @@ steps:
- git clone https://git.deligraph.be/Antoine/homegrade_blocks_production.git - git clone https://git.deligraph.be/Antoine/homegrade_blocks_production.git
- name: Build des blocks - name: Build des blocks
commands: commands:
- cd homegrade_blocks_production
- cd homegrade_blocks_production/blocks && for dir in */; do [ -f "$dir/package.json" ] && echo "Building $dir" && (cd "$dir" && pwd); done - cd homegrade_blocks_production/blocks && for dir in */; do [ -f "$dir/package.json" ] && echo "Building $dir" && (cd "$dir" && pwd); done
- name: Déploiement sur le serveur de prod - name: Déploiement sur le serveur de prod