Building a CI/CD Workflow for my CFML/Vue.js Application

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • setup-buildx-action

    GitHub Action to set up Docker Buildx

  • docker/setup-buildx-action (Buildx allows for building multi-platform images)

  • semver

    Semantic Versioning Specification

  • My deployment process is triggered when a Github release is created using a semver tag. Here is the general outline.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • build-push-action

    GitHub Action to build and push Docker images with Buildx

  • docker/build-push-action (This action builds the images and optionally pushes them to a repository)

  • setup-qemu-action

    GitHub Action to install QEMU static binaries

  • docker/setup-qemu-action (This is needed for building images for other platforms)

  • login-action

    GitHub Action to login against a Docker registry

  • docker/login-action (Login to Dockerhub so it can push the image)

  • movie-list-app

  • View on GitHub

  • docker-action-examples

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • docker-commandbox

    Official CommandBox Docker Image for ColdFusion/CFML/Java applications

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts