Update action.yml [ci skip]

This commit is contained in:
Mitchell Krog 2021-07-04 14:06:46 +02:00 committed by GitHub
parent 105cc2ee4d
commit 5ee3217d80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
# Build Script for Nginx Ultimate Bad Bot Blocker using GHA
#
name: CI
defaults:
@ -14,12 +14,12 @@ on:
branches:
- master
services:
nginx:
image: nginx
#services:
# nginx:
# image: nginx
# Map port 8080 on the Docker host to port 80 on the nginx container
ports:
- 8080:80
# ports:
# - 8080:80
jobs:
build:
@ -56,4 +56,4 @@ jobs:
sudo systemctl status nginx.service
if: always()