Fix /etc/bunkerweb dir missing in linux core tests

This commit is contained in:
Théophile Diot 2023-10-16 12:37:26 +02:00
parent bcaa8faa7b
commit c4b873e3f2
No known key found for this signature in database
GPG Key ID: 248FEA4BAE400D06
1 changed files with 1 additions and 0 deletions

View File

@ -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