mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 01:30:21 +00:00
add documentation on updating the .drone.yml file
This commit is contained in:
parent
96df3ddbd2
commit
4c6dbce946
1 changed files with 12 additions and 0 deletions
12
README.rst
12
README.rst
|
@ -437,6 +437,18 @@ The ``Dockerfile`` here inherits the Ubuntu 14.04 public image with Upstart conf
|
|||
system. Use it as an example or starting point of how to make your own Docker images with suitable
|
||||
Salt components, custom configurations, and even `pre-accepted Minion keys`_ already installed.
|
||||
|
||||
Updating Drone Pipelines
|
||||
========================
|
||||
|
||||
You should install and configure the drone-cli as shown here: https://docs.drone.io/cli/install/
|
||||
|
||||
Make edits to .drone.jsonnet and then save them into the .drone.yml by doing the following:
|
||||
|
||||
.. code:: console
|
||||
|
||||
drone jsonnet --format --stream
|
||||
drone sign saltstack/salt-bootstrap --save
|
||||
|
||||
.. _Contributing Guidelines: https://github.com/saltstack/salt-bootstrap/blob/develop/CONTRIBUTING.md
|
||||
.. _Docker: https://www.docker.com/
|
||||
.. _`pre-accepted Minion keys`: https://docs.saltstack.com/en/latest/topics/tutorials/preseed_key.html
|
||||
|
|
Loading…
Add table
Reference in a new issue