From 0d1c021133c9c37576cae8b0a3fbde5d0d0f122e Mon Sep 17 00:00:00 2001 From: Sergei Meza Date: Mon, 24 Oct 2022 14:48:10 +0900 Subject: [PATCH] deploy umami --- .github/workflows/{deploy-alpha.yml => cicd.alpha.yml} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename .github/workflows/{deploy-alpha.yml => cicd.alpha.yml} (98%) diff --git a/.github/workflows/deploy-alpha.yml b/.github/workflows/cicd.alpha.yml similarity index 98% rename from .github/workflows/deploy-alpha.yml rename to .github/workflows/cicd.alpha.yml index 6d573d39..c11c2322 100644 --- a/.github/workflows/deploy-alpha.yml +++ b/.github/workflows/cicd.alpha.yml @@ -1,9 +1,7 @@ -name: Lemon Umami Alpha - CD - on: push: branches: [meza/initial-setup] - paths: [pages, components, db, helm, lib, scripts, store, tracker] + paths: [pages, components, db, helm, lib, scripts, store, tracker, .github/workflows/cicd.alpha.yml] env: AWS_REGION: 'ap-northeast-1'