debug nginx

This commit is contained in:
einhornimmond 2025-04-29 13:02:50 +02:00
parent b26cc51fda
commit 5ac856300d

View File

@ -21,6 +21,7 @@ jobs:
sudo chown runner:docker -R *
bun install
sudo cp ./nginx/gradido.conf /etc/nginx/sites-available/default
sudo nginx -t
sudo systemctl start nginx
- name: End-to-end tests | prepare