From 85f9a0e4741adde63e8d13b84f3fe1d1a5fc1161 Mon Sep 17 00:00:00 2001 From: Jeffrey Aven Date: Mon, 27 Jan 2025 18:36:47 +1100 Subject: [PATCH] deno deploy kv --- .github/workflows/main.yml | 2 +- providers/src/aws/v00.00.00000/services/ec2_native.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f9fe6277..11e36c48 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -186,7 +186,7 @@ jobs: - name: "[DEPLOY] deploy to deno deploy (prod)" if: env.REG_TARGET_BRANCH == 'main' && env.REG_EVENT == 'push' - uses: denoland/deployctl@v1 + uses: denoland/deployctl@1.13.1 with: project: ${{ env.REG_DENO_DEPLOY_API_PROD }} entrypoint: index.ts diff --git a/providers/src/aws/v00.00.00000/services/ec2_native.yaml b/providers/src/aws/v00.00.00000/services/ec2_native.yaml index 0782e5ce..9191566d 100644 --- a/providers/src/aws/v00.00.00000/services/ec2_native.yaml +++ b/providers/src/aws/v00.00.00000/services/ec2_native.yaml @@ -4,7 +4,7 @@ info: x-release: v4 title: ec2_native # description: 'Amazon Elastic Compute Cloud

Amazon Elastic Compute Cloud (Amazon EC2) provides secure and resizable computing capacity in the Amazon Web Services Cloud. Using Amazon EC2 eliminates the need to invest in hardware up front, so you can develop and deploy applications faster. Amazon Virtual Private Cloud (Amazon VPC) enables you to provision a logically isolated section of the Amazon Web Services Cloud where you can launch Amazon Web Services resources in a virtual network that you''ve defined. Amazon Elastic Block Store (Amazon EBS) provides block level storage volumes for use with EC2 instances. EBS volumes are highly available and reliable storage volumes that can be attached to any running instance and used like a hard drive.

To learn more, see the following resources:

' - description: "Native EC2 API operations" + description: Native EC2 API operations x-logo: url: 'https://twitter.com/awscloud/profile_image?size=original' backgroundColor: '#FFFFFF'