Some checks reported errors
continuous-integration/drone/push Build encountered an error
21 lines
459 B
YAML
21 lines
459 B
YAML
---
|
|
kind: pipeline
|
|
type: ssh
|
|
name: default
|
|
|
|
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:
|
|
- ls
|
|
- pwd
|