Skip to content

Commit

Permalink
Aligning the formatting of the different mechanisms
Browse files Browse the repository at this point in the history
  • Loading branch information
nickveenhof committed Mar 11, 2016
1 parent 3ed6452 commit 3c352f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions docs/mechanisms/artifact-repository.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
## ArtifactRepository
# ArtifactRepository

Supported ArtifactRepositories:
- S3

### S3Bucket
## S3Bucket

The store action will upload the file using the S3 PutObject API call.
The local environment must be configured with appropriate credentials.
Expand All @@ -15,7 +12,7 @@ class MyApplication < Moonshot::CLI
end
```

### S3BucketViaGithubReleases
## S3BucketViaGithubReleases

S3 Bucket repository backed by GitHub releases.
If a SemVer package isn't found in S3, it is downloaded from GitHub releases to avoid not being able to release in case there is trouble with AWS S3.
Expand Down
4 changes: 2 additions & 2 deletions docs/mechanisms/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class MoonshotSampleApp < Moonshot::CLI
...
```

## Github Release
## GithubRelease

A build mechanism that creates a tag and GitHub release. Could be used to delegate other building steps after GitHub release is created.

Expand All @@ -41,7 +41,7 @@ class MoonshotSampleApp < Moonshot::CLI
...
```

## Travis Deploy
## TravisDeploy

The Travis Build Mechanism waits for Travis-CI to finish building a job matching the VERSION (see above) and the output of the travis job has to be 'BUILD=1'. Can be used to make sure that the travis job for the repository for that version actually finished before the deployment step can be executed.

Expand Down

0 comments on commit 3c352f9

Please sign in to comment.