Skip to content

Commit

Permalink
Merge pull request #151 from rosineygp/docs/demo-video
Browse files Browse the repository at this point in the history
docs: include Martin Algañaraz demo video
  • Loading branch information
rosineygp authored May 25, 2021
2 parents 706fb70 + 547c1e3 commit 7afd05a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ Table of contents
- [Execute](#execute)
- [Result](#result)
- [Export](#export)
- [Demonstration](#demonstration)
- [My Workflow - Configuración automática de CI/CD](#my-workflow---configuración-automática-de-cicd)
- [Reason](#reason)
- [Functions](#functions)
- [@$(dkr)](#dkr)
Expand Down Expand Up @@ -81,7 +83,7 @@ Table of contents

Create a file with name Makefile and paste the following content.

Download `.mkdkr` **dynamically**.
Download `.mkdkr` **dynamically**.

```Makefile
# Required header
Expand Down Expand Up @@ -151,6 +153,14 @@ completed:

Run your current Makefile in another engine, like **travis** or **github actions**, use the dynamic include [exporter](https://github.com/rosineygp/mkdkr_exporter).

## Demonstration

### My Workflow - Configuración automática de CI/CD

[![My Workflow - Configuración automática de CI/CD](https://img.youtube.com/vi/DwDNqefP0v0/0.jpg)](https://www.youtube.com/watch?v=DwDNqefP0v0)

Author: Martin Algañaraz

# Reason

Build pipeline for a dedicated platform can take a lot of time to learn and test, with **mkdkr** you can test all things locally and run it in any pipeline engine like Jenkins, Actions, Gitlab-ci and others.
Expand Down

0 comments on commit 7afd05a

Please sign in to comment.