Skip to content

Commit 736f561

Browse files
Update build-and-deploy.yml
1 parent 3b927dc commit 736f561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
unzip site.zip
3737
rm -rf /opt/1panel/docs/*
3838
mv /tmp/site/* /opt/1panel/docs
39-
/opt/nginx/bin/reload-nginx.sh
39+
/usr/local/nginx/sbin/nginx -s reload
4040
rm -rf /tmp/site*

0 commit comments

Comments
 (0)