Skip to content

Commit

Permalink
updated tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyaven committed Mar 22, 2024
1 parent f21b7e9 commit 7f8dea2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci-scripts/get-providers-to-deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions src/configs/providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
Expand Down

0 comments on commit 7f8dea2

Please sign in to comment.