some texton building with drone
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Antoine M 2025-01-30 10:41:29 +01:00
parent 4e34e68dae
commit 1b65c0624a

View File

@ -3,11 +3,20 @@ type: docker
name: default
steps:
- name: test
- name: Clonage du Repo
image: alpine
commands:
- pwd
- ls
- git clone https://git.deligraph.be/Antoine/Deligraph-V3
- name: Installation du package
image: alpine
commands:
- cd homegrade_theme_production
- npm install
- name: Build du package
image: alpine
commands:
- cd Deligraph-V3
- npm run production
- name: Deploy to FTP server
image: cschlosser/drone-ftps