Skip to content

Commit

Permalink
Merge pull request #62 from ant-xuexiao/feat/add-aws-prod
Browse files Browse the repository at this point in the history
feat: add aws prod
  • Loading branch information
xingwanying authored Mar 29, 2024
2 parents a077bb2 + 9e258ff commit eda504d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/aws-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Deploy Backend to Product ECS

on:
push:
tags:
- "v*"
branches: ["main"]
paths:
- "server/**"

env:
AWS_REGION: ap-northeast-1
Expand Down

0 comments on commit eda504d

Please sign in to comment.