Give Nginx a moment to respond.
This commit is contained in:
parent
603a00edf8
commit
704d875595
2 changed files with 4 additions and 3 deletions
6
.github/workflows/php-flavours.yml
vendored
6
.github/workflows/php-flavours.yml
vendored
|
|
@ -3,9 +3,9 @@ name: Build PHP Flavours
|
|||
on:
|
||||
push:
|
||||
paths:
|
||||
- php/php+apache
|
||||
- php/php+cli
|
||||
- php/php+nginx
|
||||
- php/php+apache/*
|
||||
- php/php+cli/*
|
||||
- php/php+nginx/*
|
||||
- php/Dockerfile.Flavours
|
||||
workflow_run:
|
||||
workflows:
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ else
|
|||
fi
|
||||
echo -e "To change this, change the value of LETSENCRYPT_MODE"
|
||||
|
||||
# Give Nginx a moment to start before we kill it again.
|
||||
sleep 3;
|
||||
|
||||
echo "Certbot is running for ${LETSENCRYPT_EMAIL} / ${LETSENCRYPT_DOMAINS}..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue