-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdrone-secrets-sample.yml
More file actions
26 lines (24 loc) · 1.06 KB
/
drone-secrets-sample.yml
File metadata and controls
26 lines (24 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# This is a sample file for the secrets needed to successfully build and deploy this service
# with a drone.io server based on the included .drone.yml file
# Use this file as a template and save it as drone-secrets.yml, but do NOT commit to a repo
# You can then use the drone command line tools to create an encrypted version
# that can be committed to your repo for the Drone server to find and use.
# To encrypt:
# drone secure --repo < GitHubAccount/REPONAME > --in drone-secrets.yml
environment:
# Your Docker account information to publish the container
DOCKER_REPO:
DOCKER_USERNAME:
DOCKER_PASSWORD:
DOCKER_EMAIL:
# Used with optional 'deploy' section of the build
# Provide the DNS or IP of the Mantl Control Node WITHOUT the https:// prefix
MANTL_CONTROL:
MANTL_USERNAME:
MANTL_PASSWORD:
MANTL_APP_NAME:
# These are used for sending build notifications to a Spark Room
# The token should NOT be for your Bot account, use your personal spark token
# Provide the roomID for where you want the notifications sent
SPARK_TOKEN:
SPARK_ROOM: