Skip to content

A strapi plugin to rebuild and deploy your SSG website via Azure Pipeline.

Notifications You must be signed in to change notification settings

agilepartner/strapi-plugin-azure-pipeline

Repository files navigation

Strapi plugin strapi-plugin-azure-pipeline

A strapi plugin to rebuild and deploy your SSG website via Azure Pipeline.

This plugin is inspired by strapi-plugin-update-static-content

Setup

# npm
npm install strapi-plugin-azure-pipeline

# yarn
yarn strapi-plugin-azure-pipeline

# pnpm
pnpm install strapi-plugin-azure-pipeline

Configure

// config/plugins.ts

export default () => ({
  ...

  "azure-pipeline": {
    enabled: true,
    config: {
      organization: env("AZURE_DEVOPS_ORGANIZATION"),
      project: env("AZURE_DEVOPS_PROJECT"),
      pipelineId: env("AZURE_DEVOPS_PIPELINE_ID"),
      branch: env("AZURE_DEVOPS_BRANCH"),
      personalAccessToken: env("AZURE_DEVOPS_PERSONAL_ACCESS_TOKEN"),
    },
  },

  ...
});

About

A strapi plugin to rebuild and deploy your SSG website via Azure Pipeline.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published