Fix nginx conf path
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
3wc 2024-05-17 19:45:32 -03:00
parent 6e7f9b444a
commit 15f74cfb2c

View File

@ -10,7 +10,7 @@ services:
- html_content:/usr/share/nginx/html
configs:
- source: nginx_conf
target: /etc/nginx/conf.d/default.conf
target: /etc/nginx/nginx.conf
deploy:
update_config:
failure_action: rollback