mirror of
https://github.com/fabriziosalmi/patterns.git
synced 2026-03-04 14:26:43 -05:00
Update nginx.yml
This commit is contained in:
5
.github/workflows/nginx.yml
vendored
5
.github/workflows/nginx.yml
vendored
@@ -54,6 +54,11 @@ jobs:
|
||||
echo "Combined Nginx configuration:"
|
||||
cat combined_nginx.conf
|
||||
|
||||
- name: Debug combined_nginx.conf
|
||||
run: |
|
||||
echo "Contents of combined_nginx.conf:"
|
||||
cat combined_nginx.conf
|
||||
|
||||
- name: Validate Nginx configuration using Docker
|
||||
run: |
|
||||
docker run --rm -v $(pwd)/combined_nginx.conf:/etc/nginx/nginx.conf:ro nginx nginx -t
|
||||
|
||||
Reference in New Issue
Block a user