From ca3ff7f842fb1e4bf124356a6faccd3e65b7aba3 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 6 Oct 2022 21:09:01 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- lib/gitlab/ci/templates/PHP.gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/gitlab/ci/templates/PHP.gitlab-ci.yml') diff --git a/lib/gitlab/ci/templates/PHP.gitlab-ci.yml b/lib/gitlab/ci/templates/PHP.gitlab-ci.yml index 12640d28d29..0604438e0aa 100644 --- a/lib/gitlab/ci/templates/PHP.gitlab-ci.yml +++ b/lib/gitlab/ci/templates/PHP.gitlab-ci.yml @@ -42,3 +42,8 @@ variables: test: script: - vendor/bin/phpunit --configuration phpunit.xml --coverage-text --colors=never + +deploy: + stage: deploy + script: echo "Define your deployment script!" + environment: production -- cgit v1.2.3