Skip to content

Commit

Permalink
chore(sa): add branch only-deploy-dev-web for sa test (#2136)
Browse files Browse the repository at this point in the history
* change dev sg helm chart name

* change replicas to 2

* add branch `only-deploy-dev-web` for sa test

---------

Co-authored-by: siyu <chensiyi@agora.io>
  • Loading branch information
ooeyuna and siyu committed Mar 21, 2024
1 parent 216c931 commit 373600d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-web-dev-cn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- "main"
- "only-deploy-prod-web"
- "only-deploy-dev-web"

jobs:
deploy-flat-web-dev:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-web-dev-sg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- "main"
- "only-deploy-prod-web"
- "only-deploy-dev-web"

jobs:
deploy-flat-web-dev-sg:
Expand Down

0 comments on commit 373600d

Please sign in to comment.