再来一次

This commit is contained in:
arlenops
2025-11-20 16:46:53 +08:00
parent de34320965
commit 6a99853876

View File

@@ -14,7 +14,7 @@ steps:
- name: Restart Nginx
image: alpine:latest
timeout: 1m
timeout: 3m
commands:
- apk add --no-cache nginx
- nginx -s reload