sanity-plugin-aws-deploy

3.0.7 • Public • Published

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',
      },
    },

Package Sidebar

Install

npm i sanity-plugin-aws-deploy

Weekly Downloads

6

Version

3.0.7

License

MIT

Unpacked Size

18.7 kB

Total Files

13

Last publish

Collaborators

  • jameswyse