Update GHA workflow [skip travis]

This commit is contained in:
Mitchell Krog 2021-07-04 15:59:43 +02:00
parent 94b85af097
commit 04f6ee3e41
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

View file

@ -44,11 +44,11 @@ jobs:
sudo systemctl start nginx
sudo nginx -t
sudo systemctl reload nginx
./dev-tools/generate-files.sh
./dev-tools/install-nginx-1.sh
ls -la /etc/nginx/sites-available
ls -la /etc/nginx/sites-enabled
cat /etc/nginx/sites-available/default
./dev-tools/generate-files.sh
./dev-tools/install-nginx-1.sh
- name: Debug
shell: bash