diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2017-08-31 14:34:06 -0300 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2017-08-31 14:34:06 -0300 |
commit | 4074cf52ec755456771c84bedb0a548505847c8e (patch) | |
tree | 3f71111fadf66ae46a5eff9e9a282940f662f337 | |
parent | 09f2c8ca30ca7e33119572da1773240129ff3aed (diff) | |
download | gitlab-ce-4074cf52ec755456771c84bedb0a548505847c8e.tar.gz |
adjust date
-rw-r--r-- | doc/articles/index.md | 2 | ||||
-rw-r--r-- | doc/articles/laravel_with_gitlab_and_envoy/index.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/articles/index.md b/doc/articles/index.md index 798d4cbf4ff..450bd3ce9e6 100644 --- a/doc/articles/index.md +++ b/doc/articles/index.md @@ -26,7 +26,7 @@ Build, test, and deploy the software you develop with [GitLab CI/CD](../ci/READM | Article title | Category | Publishing date | | :------------ | :------: | --------------: | -| [How to test and deploy Laravel/PHP applications with GitLab CI/CD and Envoy](laravel_with_gitlab_and_envoy/index.md) | Tutorial | 2017-08-31 | +| [How to test and deploy Laravel/PHP applications with GitLab CI/CD and Envoy](laravel_with_gitlab_and_envoy/index.md) | Tutorial | 2017-09-01 | | [How to deploy Maven projects to Artifactory with GitLab CI/CD](artifactory_and_gitlab/index.md) | Tutorial | 2017-08-15 | | [Making CI Easier with GitLab](https://about.gitlab.com/2017/07/13/making-ci-easier-with-gitlab/) | Concepts | 2017-07-13 | | [Dockerizing GitLab Review Apps](https://about.gitlab.com/2017/07/11/dockerizing-review-apps/) | Concepts | 2017-07-11 | diff --git a/doc/articles/laravel_with_gitlab_and_envoy/index.md b/doc/articles/laravel_with_gitlab_and_envoy/index.md index 18e42d9f52a..04899b82e3d 100644 --- a/doc/articles/laravel_with_gitlab_and_envoy/index.md +++ b/doc/articles/laravel_with_gitlab_and_envoy/index.md @@ -1,9 +1,9 @@ # Test and deploy Laravel applications with GitLab CI/CD and Envoy -> **Type:** tutorial || +> **[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 +> **Publication date:** 2017-09-01 ## Introduction |