Skip to content

Commit

Permalink
Update build-and-release.md
Browse files Browse the repository at this point in the history
  • Loading branch information
delchev authored Nov 20, 2024
1 parent eb62a72 commit 39c283c
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions docs-blogs/docs/2024/11/18/build-and-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,39 +14,6 @@ This blog post will guide you through the process of building and releasing a Do

**Prerequisite:** This guide assumes you already have created a Dirigible application.

We’ll explore:

[1. Building the Docker Image](#1-building-the-docker-image)

[Example Dockerfile](#example-dockerfile)

[2. Handling Dependencies](#2-handling-dependencies)

[Example package.json](#exampleiamaspacepackagejson)

[Example package-lock.json](#exampleiamaspacepackage-lockjson)

[3. Build Workflow (build.yaml)](#3-build-workflow-buildyaml)

[Key Steps](#key-steps)

[Example build.yaml](#exampleiamaspacebuildyaml)

[4. Pull-Request Workflow (pull-request.yaml)](#4-pull-request-workflow-pull-requestyaml)

[Example pull-request.yaml](#exampleiamaspacepull-requestyaml)

[5. Release Workflow (release.yaml)](#5-release-workflow-releaseyaml)

[Key Steps](#key-steps-1)

[Example release.yaml](#exampleiamaspacereleaseyaml)

[6. Activating the Release](#6-activating-the-release)

[Takeaways](#takeaways)


## **1. Building the Docker Image**

A Docker image is the foundation for deploying your application. Below is an example `Dockerfile` to build your application.
Expand Down

0 comments on commit 39c283c

Please sign in to comment.