Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme: missing space in headers #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# concourse-rsync-resource
[concourse.ci](https://concourse.ci/ "concourse.ci Homepage") [resource](https://concourse.ci/implementing-resources.html "Implementing a resource") for persisting build artifacts on a shared storage location with rsync and ssh.

##Config
## Config
* `server|servers`: *Required* Server or list of servers on which to persist artifacts. If `servers` are used first one in the list will be used for `in` and `check` origins.
* `port`: *Optional* Server SSH port, default is port 22
* `base_dir`: *Required* Base directory in which to place the artifacts
Expand All @@ -11,7 +11,7 @@

All config required for each of the `in`, `out` and `check` behaviors.

###Example
### Example

``` yaml
resource_types:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
}
```

##Behavior
## Behavior
### `check` : Check for new versions of artifacts
The `base_dir` is searched for any new artifacts being stored

Expand Down