We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178018e commit 6826d3aCopy full SHA for 6826d3a
docs/docs/16_Deployments/3_CICD.md
@@ -16,7 +16,7 @@ stages:
16
17
api_tests:
18
stage: tests
19
- image: thecodingmachine/php:7.4-v3-apache
+ image: thecodingmachine/php:7.4-v3-cli
20
services:
21
- name: mysql:8.0
22
command: ["--default-authentication-plugin=mysql_native_password"]
@@ -141,4 +141,4 @@ webapp_build_push_docker_image_prod:
141
variables:
142
NUXTJS_ENV_CONTENT: "$NUXTJS_ENV_CONTENT_PROD" # .env file content for prod (from GitLab CI/CD variables).
143
ENV_NAME: "prod"
144
-```
+```
0 commit comments