Latest Updates

Documenting code, one commit at a time.

CI/CD 4 posts
×

Streamlining Releases: Upgrading softprops/action-gh-release to v2 in ERP-1st

The Problem

In our ERP-1st project, maintaining efficient and secure CI/CD pipelines is paramount. We identified that our existing GitHub Actions workflow for creating releases was using an older version of softprops/action-gh-release. While functional, older action versions can pose security risks, lack newer features, and might eventually become deprecated, leading to workflow instability.

Read more

Ensuring Robust Deploy Previews: A Netlify `netlify.toml` Syntax Fix for `gymflow`

Introduction

In the gymflow project, which focuses on a web application, continuous integration and deployment are paramount. Netlify provides an excellent platform for this, offering features like deploy previews that are critical for team collaboration and pre-merge reviews. These previews allow developers and stakeholders to see changes live before they hit the main branch, ensuring

Read more

Ensuring Reliable Deployments: Fixing Bundle Uploads in Our ERP-1st Workflow

In our ERP-1st project, consistent and reliable deployments are paramount. This enterprise resource planning system relies on automated workflows to ensure that new features and fixes reach users seamlessly. Recently, we encountered a subtle but critical issue with how our deployment bundles were being handled, leading to intermittent failures.

The Challenge: Incomplete Bundles

Read more