Skip to content
Snippets Groups Projects

Run a pre-prod test CI step

Merged ale requested to merge preprod-test into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -22,6 +22,6 @@ test:
PHP_FPM_USER: www-data
script:
- apt -q update
- env DEBIAN_FRONTEND=noninteractive apt -y --no-install-recommends install mariadb-client curl
- curl -v ${SITE_URL}
- env DEBIAN_FRONTEND=noninteractive apt -y --no-install-recommends install curl
- curl -H "Host: noblogs.org" -v ${SITE_URL}
Loading