mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
fix: correct mkcert command args
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
||||
sudo apt-get install -y mkcert libnss3-tools
|
||||
mkdir -p certs
|
||||
mkcert -install
|
||||
mkcert localhost 127.0.0.1 ::1 -cert-file certs/localhost.pem -key-file certs/localhost-key.pem
|
||||
mkcert -cert-file certs/localhost.pem -key-file certs/localhost-key.pem localhost 127.0.0.1 ::1
|
||||
|
||||
frontend:
|
||||
name: Frontend CI
|
||||
|
||||
Reference in New Issue
Block a user