lhoist-stay-safe/.drone.yml
Antoine M 9a675a3b6a
Some checks failed
continuous-integration/drone/push Build is failing
bundling the project on the build server
2024-09-12 12:03:23 +02:00

24 lines
581 B
YAML

---
kind: pipeline
type: ssh
name: default
clone:
disable: true
# SERVER DE BUILD
server:
host:
from_secret: build_server_host
user:
from_secret: build_server_user
password:
from_secret: build_server_password
steps:
- name: Deploiement
commands:
- git clone https://git.deligraph.be/Antoine/lhoist-stay-safe.git
- cd lhoist-stay-safe
- npm install
- npm run build
- ls