Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #13 from target/example-yaml
Browse files Browse the repository at this point in the history
chore: Add Example .drone.yml
  • Loading branch information
AndersDJohnson authored Sep 19, 2018
2 parents e3137c8 + bff8e12 commit 0a94b8f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .example.drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
captains-log:
image: target/captains-log:1
pull: true
secrets:
- source: GITHUB_TOKEN
target: GITHUB_TOKEN
- source: SLACK_URL
target: SLACK_URL
github_owner: target
github_repo: captains-log
jira_team_domain: anonymous
teams:
- name: captain-admins
color: "#f06d06"
emoji: "👩‍✈️"
mentions: "<@therynamo> <@remoz>"
issueTracking:
jira:
projects:
- CAP

0 comments on commit 0a94b8f

Please sign in to comment.