diff --git a/ci-scripts/get-providers-to-deploy.js b/ci-scripts/get-providers-to-deploy.js index e70bd38c16..757c117a7e 100644 --- a/ci-scripts/get-providers-to-deploy.js +++ b/ci-scripts/get-providers-to-deploy.js @@ -53,7 +53,7 @@ module.exports = async ({ github, context, core, pathOutput }) => { // if(!(diff.startsWith('.github')) || !(diff.startsWith('scripts'))) globalChange = true; - globalChange = false; + globalChange = true; }).filter(Boolean) diff --git a/src/configs/providers.ts b/src/configs/providers.ts index 93ee080ad8..71456a0b8c 100644 --- a/src/configs/providers.ts +++ b/src/configs/providers.ts @@ -4,8 +4,8 @@ export const providers = [ {name: 'google', description: 'Cloud computing services offered by Google.', title: 'Google'}, {name: 'googleadmin', description: 'Google Workspace identity services.', title: 'Google Admin'}, {name: 'azure', description: 'Cloud computing services offered by Microsoft.', title: 'Microsoft Azure'}, - {name: 'aws', description: 'Cloud computing by Amazon Web Services.', title: 'AWS'}, - {name: 'awscc', description: 'Cloud computing by Amazon Web Services.', title: 'AWS Cloud Control'}, + {name: 'aws', description: 'Core EC2, S3 and IAM services by AWS.', title: 'AWS'}, + {name: 'awscc', description: 'All Cloud computing by Amazon Web Services.', title: 'AWS Cloud Control'}, {name: 'digitalocean', description: 'Cloud computing services and Infrastructure as a Service (IaaS).', title: 'Digital Ocean'}, {name: 'github', description: 'Web-based version-control and collaboration.', title: 'GitHub'}, {name: 'linode', description: 'Cloud computing services by Akamai.', title: 'Linode'},