trying to use upload-artifact action
CI / node-build (push) Failing after 2m8s
CI / docker-build (push) Has been skipped
CI / deploy (push) Has been skipped

This commit is contained in:
2026-06-25 01:26:22 +08:00
parent 051d6e6d23
commit 44d485232b
2 changed files with 33 additions and 13 deletions
+7 -2
View File
@@ -1,7 +1,12 @@
server {
listen 80 http2;
listen [::]:80 http2;
listen 80;
listen [::]:80;
http2 on;
root /srv/http;
gzip_static on;
gzip_vary on;
gzip off;
location / {
}
}