mirror of
https://github.com/fabriziosalmi/patterns.git
synced 2025-12-29 16:15:12 +00: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:"
|
echo "Combined Nginx configuration:"
|
||||||
cat combined_nginx.conf
|
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
|
- name: Validate Nginx configuration using Docker
|
||||||
run: |
|
run: |
|
||||||
docker run --rm -v $(pwd)/combined_nginx.conf:/etc/nginx/nginx.conf:ro nginx nginx -t
|
docker run --rm -v $(pwd)/combined_nginx.conf:/etc/nginx/nginx.conf:ro nginx nginx -t
|
||||||
|
|||||||
Reference in New Issue
Block a user