introducing .drone file
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
35a9d15cf3
commit
45eed4407d
23
.drone.yml
Normal file
23
.drone.yml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: ssh
|
||||
name: default
|
||||
|
||||
clone:
|
||||
disable: true
|
||||
|
||||
server:
|
||||
host:
|
||||
from_secret: ssh_host
|
||||
user:
|
||||
from_secret: ssh_user
|
||||
password:
|
||||
from_secret: ssh_password
|
||||
steps:
|
||||
- name: Deploiement
|
||||
environment:
|
||||
PROJECT_SERVER_PATH:
|
||||
from_secret: project_server_path
|
||||
commands:
|
||||
- git clone https://git.deligraph.be/Antoine/lhoist-stay-safe.git
|
||||
- pwd
|
||||
Loading…
Reference in New Issue
Block a user