From 3c873b6831bf5224472f76770a85382fb79c1017 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Wed, 22 May 2024 23:53:09 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4977ddc..27b664a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![GitHub](https://img.shields.io/badge/github-nyurik/action--setup--nginx-8da0cb?logo=github)](https://github.com/nyurik/action-setup-nginx) [![CI build](https://github.com/nyurik/action-setup-nginx/actions/workflows/ci.yml/badge.svg)](https://github.com/nyurik/action-setup-nginx/actions) +[![Marketplace](https://img.shields.io/badge/market-action--setup--nginx-6F42C1?logo=github)](https://github.com/marketplace/actions/setup-nginx-service-for-linux-macos-windows) This action sets up a NGINX web server. @@ -13,6 +14,8 @@ This action sets up a NGINX web server. * As output, provides the location of the root html dir, process ID, and access and error log files. * [Easy to check](action.yml) that IT DOES NOT contain malicious code. +See also [action-setup-postgis](https://github.com/nyurik/action-setup-postgis) to configure PostGIS service. + ## Usage ```yaml