summaryrefslogtreecommitdiff
path: root/doc/ci/examples/laravel_with_gitlab_and_envoy
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2018-02-16 16:01:35 -0200
committerMarcia Ramos <virtua.creative@gmail.com>2018-02-16 16:01:35 -0200
commitd54a80ca3a25612ffb85e47de769a7967999a232 (patch)
treef8550180262d45952c5cd4b92cd063e34b7bdeae /doc/ci/examples/laravel_with_gitlab_and_envoy
parent71ba3982636d19b6c8208180ff5626a405cc23fc (diff)
downloadgitlab-ce-d54a80ca3a25612ffb85e47de769a7967999a232.tar.gz
Update all articles with the new layout (meta data from the frontmatter)docs-articles-layout-frontmatter
Context: https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/182
Diffstat (limited to 'doc/ci/examples/laravel_with_gitlab_and_envoy')
-rw-r--r--doc/ci/examples/laravel_with_gitlab_and_envoy/index.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/ci/examples/laravel_with_gitlab_and_envoy/index.md b/doc/ci/examples/laravel_with_gitlab_and_envoy/index.md
index e1aff6fdf36..b62874ef029 100644
--- a/doc/ci/examples/laravel_with_gitlab_and_envoy/index.md
+++ b/doc/ci/examples/laravel_with_gitlab_and_envoy/index.md
@@ -1,14 +1,14 @@
---
redirect_from: 'https://docs.gitlab.com/ee/articles/laravel_with_gitlab_and_envoy/index.html'
+author: Mehran Rasulian
+author_gitlab: mehranrasulian
+level: intermediary
+article_type: tutorial
+date: 2017-08-31
---
# Test and deploy Laravel applications with GitLab CI/CD and Envoy
-> **[Article Type](../../../development/writing_documentation.md#types-of-technical-articles):** tutorial ||
-> **Level:** intermediary ||
-> **Author:** [Mehran Rasulian](https://gitlab.com/mehranrasulian) ||
-> **Publication date:** 2017-08-31
-
## Introduction
GitLab features our applications with Continuous Integration, and it is possible to easily deploy the new code changes to the production server whenever we want.