Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd01e3f8

Browse files
feat: improve PR deployment workflow performance and functionality
- Implement wildcard certificate optimization to reduce deployment time by 2-5 minutes- Improve automatic redeployment logic to handle non-code changes properly- Add PR comment-triggered deployment functionality (/deploy)- Enable branch deployment without requiring PR creation- Optimize build process with Go and Node module caching- Add comprehensive documentation for all improvementsAddresses issues raised in#11331 to reduce deployment time from >10 minutes to 2-7 minutes.Co-authored-by: matifali <10648092+matifali@users.noreply.github.com>
1 parent8e1ccf9 commitd01e3f8

File tree

3 files changed

+441
-21
lines changed

3 files changed

+441
-21
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
apiVersion:cert-manager.io/v1
2+
kind:Certificate
3+
metadata:
4+
name:pr-wildcard-tls
5+
namespace:pr-deployment-certs
6+
spec:
7+
secretName:pr-wildcard-tls
8+
issuerRef:
9+
name:letsencrypt
10+
kind:ClusterIssuer
11+
dnsNames:
12+
-"*.${PR_DEPLOYMENTS_DOMAIN}"
13+
-"*.*.${PR_DEPLOYMENTS_DOMAIN}"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp