mirror of
https://github.com/webui-dev/webui
synced 2025-03-28 21:13:17 +00:00
Fix SSL Issue
* Fix SSL Issue
This commit is contained in:
parent
93f8552a6c
commit
e7c6bba62c
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -31,6 +31,7 @@ jobs:
|
||||
make
|
||||
cd ../../..
|
||||
cd build/Linux/Clang
|
||||
sudo ln -s llvm-ar-13 /usr/bin/llvm-ar
|
||||
make
|
||||
|
||||
macOS-WebUI:
|
||||
|
2
.github/workflows/ftp.yml
vendored
2
.github/workflows/ftp.yml
vendored
@ -9,6 +9,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- name: WebUI-FTP
|
||||
uses: airvzxf/ftp-deployment-action@latest
|
||||
run: echo "set ssl:verify-certificate no" >> ~/.lftp/rc
|
||||
with:
|
||||
server: ${{ secrets.WEBUI_FTP_SERVER }}
|
||||
user: ${{ secrets.WEBUI_FTP_USERNAME }}
|
||||
@ -17,3 +18,4 @@ jobs:
|
||||
remote_dir: "/home/webui.me/public_html"
|
||||
delete: "true"
|
||||
ftp_ssl_allow: "true"
|
||||
max_retries: "3"
|
||||
|
Loading…
x
Reference in New Issue
Block a user