Give Nginx a moment to respond.

This commit is contained in:
Greyscale 2021-05-30 19:10:47 +02:00
parent 603a00edf8
commit 704d875595
2 changed files with 4 additions and 3 deletions

View file

@ -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:

View file

@ -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}..."