mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
Update action.yml [ci skip]
This commit is contained in:
parent
105cc2ee4d
commit
5ee3217d80
1 changed files with 7 additions and 7 deletions
14
.github/workflows/action.yml
vendored
14
.github/workflows/action.yml
vendored
|
@ -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()
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue