mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix /etc/bunkerweb dir missing in linux core tests
This commit is contained in:
parent
bcaa8faa7b
commit
c4b873e3f2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test-core-linux.yml
vendored
1
.github/workflows/test-core-linux.yml
vendored
|
|
@ -77,6 +77,7 @@ jobs:
|
|||
sudo systemctl stop php8.1-fpm
|
||||
sudo systemctl start php8.1-fpm
|
||||
# BunkerWeb
|
||||
sudo mkdir -p /etc/bunkerweb
|
||||
echo "SERVER_NAME=www.example.com" | sudo tee /etc/bunkerweb/variables.env
|
||||
echo "HTTP_PORT=80" | sudo tee -a /etc/bunkerweb/variables.env
|
||||
echo "HTTPS_PORT=443" | sudo tee -a /etc/bunkerweb/variables.env
|
||||
|
|
|
|||
Loading…
Reference in a new issue