some texton building with drone
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
4e34e68dae
commit
1b65c0624a
15
.drone.yml
15
.drone.yml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user