Skip to content

Commit 85f9a0e

Browse files
committed
deno deploy kv
1 parent 0129e92 commit 85f9a0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186

187187
- name: "[DEPLOY] deploy to deno deploy (prod)"
188188
if: env.REG_TARGET_BRANCH == 'main' && env.REG_EVENT == 'push'
189-
uses: denoland/deployctl@v1
189+
uses: denoland/deployctl@1.13.1
190190
with:
191191
project: ${{ env.REG_DENO_DEPLOY_API_PROD }}
192192
entrypoint: index.ts

providers/src/aws/v00.00.00000/services/ec2_native.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ info:
44
x-release: v4
55
title: ec2_native
66
# description: '<fullname>Amazon Elastic Compute Cloud</fullname> <p>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.</p> <p>To learn more, see the following resources:</p> <ul> <li> <p>Amazon EC2: <a href="http://aws.amazon.com/ec2">AmazonEC2 product page</a>, <a href="http://aws.amazon.com/documentation/ec2">Amazon EC2 documentation</a> </p> </li> <li> <p>Amazon EBS: <a href="http://aws.amazon.com/ebs">Amazon EBS product page</a>, <a href="http://aws.amazon.com/documentation/ebs">Amazon EBS documentation</a> </p> </li> <li> <p>Amazon VPC: <a href="http://aws.amazon.com/vpc">Amazon VPC product page</a>, <a href="http://aws.amazon.com/documentation/vpc">Amazon VPC documentation</a> </p> </li> <li> <p>Amazon Web Services VPN: <a href="http://aws.amazon.com/vpn">Amazon Web Services VPN product page</a>, <a href="http://aws.amazon.com/documentation/vpn">Amazon Web Services VPN documentation</a> </p> </li> </ul>'
7-
description: "Native EC2 API operations"
7+
description: Native EC2 API operations
88
x-logo:
99
url: 'https://twitter.com/awscloud/profile_image?size=original'
1010
backgroundColor: '#FFFFFF'

0 commit comments

Comments
 (0)