3.0.7 • Published 3 months ago

sanity-plugin-aws-deploy v3.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Sanity Plugin AWS Deploy

sanity install aws-deploy

dashboard.js:

{
      name: 'aws-deploy',
      options: {
        description: 'Website Deployments',
        buildURL: 'https://build-hook.mydomain.com/build/',
        statusURL: 'https://build-hook.mydomain.com/build/status/',
        sites: [
          {
            name: "My Website",
            description: 'Staging UAT',
            id:
              '1234',
          },
          {
            name: "My Website",
            description: 'Production',
            id:
              '456',
          },
        ],
      },
      layout: {
        width: 'medium',
        height: 'auto',
      },
    },
3.0.4

3 months ago

3.0.3

3 months ago

3.0.2

3 months ago

3.0.1

3 months ago

3.0.7

3 months ago

3.0.6

3 months ago

3.0.5

3 months ago

3.0.0

3 months ago

1.2.0

2 years ago

1.1.0

3 years ago

1.0.0

3 years ago