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