From 559fd976e283ae4e9868ae91407f646da7d6fadd Mon Sep 17 00:00:00 2001 From: John Bohannon Date: Fri, 5 Mar 2021 09:32:54 -0500 Subject: [PATCH] Update alibabacloud.yml --- ci/alibabacloud.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/alibabacloud.yml b/ci/alibabacloud.yml index 5d457d6..82e7dc0 100644 --- a/ci/alibabacloud.yml +++ b/ci/alibabacloud.yml @@ -16,6 +16,9 @@ # # 4. Change the values for the REGION_ID, REGISTRY, NAMESPACE, IMAGE, ACK_CLUSTER_ID, and ACK_DEPLOYMENT_NAME. # +# 5. Create an environment named "production". +# For instructions see https://docs.github.com/en/actions/reference/environments#creating-an-environment. +# name: Build and Deploy to ACK @@ -42,6 +45,7 @@ env: jobs: build: runs-on: ubuntu-latest + environment: production steps: - name: Checkout