Add app3.example.com to hosts file in ui tests

This commit is contained in:
Théophile Diot 2024-03-05 13:51:54 +00:00
parent 49c0ffe8a2
commit 9c4288f308
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -75,6 +75,7 @@ jobs:
echo "127.0.0.1 www.example.com" | sudo tee -a /etc/hosts
echo "127.0.0.1 app1.example.com" | sudo tee -a /etc/hosts
echo "127.0.0.1 app2.example.com" | sudo tee -a /etc/hosts
echo "127.0.0.1 app3.example.com" | sudo tee -a /etc/hosts
# BunkerWeb
sudo mkdir -p /etc/bunkerweb
echo "SERVER_NAME=" | sudo tee /etc/bunkerweb/variables.env