Skip to content

Commit

Permalink
docs: fix spaces in full example
Browse files Browse the repository at this point in the history
  • Loading branch information
axute committed May 15, 2021
1 parent ce9dca4 commit 5ae9dba
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Deploy to SFTP server from Drone CI (username and password)
# Deploy to SFTP server from Drone CI <br />(username and password)

[![Docker Build](https://img.shields.io/docker/cloud/automated/axute/drone-sftp.svg)](https://hub.docker.com/r/axute/drone-sftp/)
[![Docker Layers](https://img.shields.io/docker/image-size/axute/drone-sftp)](https://hub.docker.com/r/axute/drone-sftp/)
Expand Down Expand Up @@ -36,22 +36,22 @@ name: default
type: docker
steps:
- name: deploy
image: axute/drone-sftp
settings:
host: ssh.strato.de
source: relative/dir/in/project
target: /absolute/dir/on/server
username:
from_secret: username
password:
from_secret: password
debug: true
exclude:
image: axute/drone-sftp
settings:
host: ssh.strato.de
source: relative/dir/in/project
target: /absolute/dir/on/server
username:
from_secret: username
password:
from_secret: password
debug: true
exclude:
- ^\.git/$
- ^\cache/$
when:
branch:
- master
event:
- push
when:
branch:
- master
event:
- push
```

0 comments on commit 5ae9dba

Please sign in to comment.