From 38956e06e75f044bb118d5156ce5127ec35ce167 Mon Sep 17 00:00:00 2001 From: "raoha.rh" Date: Fri, 29 Mar 2024 19:53:15 +0800 Subject: [PATCH] feat: add aws prod --- .github/workflows/aws-prod.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/aws-prod.yml b/.github/workflows/aws-prod.yml index 3e3a3f08..c333228b 100644 --- a/.github/workflows/aws-prod.yml +++ b/.github/workflows/aws-prod.yml @@ -2,9 +2,8 @@ name: Deploy Backend to Product ECS on: push: - branches: ["main"] - paths: - - "server/**" + tags: + - "v*" env: AWS_REGION: ap-northeast-1