summaryrefslogtreecommitdiff
path: root/doc/ci/examples/README.md
diff options
context:
space:
mode:
authorIonut Staicu <github@iamntz.com>2016-09-04 23:20:54 +0300
committerIonut Staicu <github@iamntz.com>2017-01-27 06:20:25 +0200
commit09beeb87ceebf5e0beac05c997ab2d153c924a9d (patch)
tree5935dcc36c0e9cfd6633901bc2cecb9acb999a8c /doc/ci/examples/README.md
parent256a7735f8cb8872a7f7595590300e2fd952428e (diff)
downloadgitlab-ce-09beeb87ceebf5e0beac05c997ab2d153c924a9d.tar.gz
Added PHP & NPM doc
Diffstat (limited to 'doc/ci/examples/README.md')
-rw-r--r--doc/ci/examples/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ci/examples/README.md b/doc/ci/examples/README.md
index ffc310ec8c7..5711a864bc8 100644
--- a/doc/ci/examples/README.md
+++ b/doc/ci/examples/README.md
@@ -14,6 +14,12 @@ Apart from those, here is an collection of tutorials and guides on setting up yo
- [Test a Phoenix application](test-phoenix-application.md)
- [Using `dpl` as deployment tool](deployment/README.md)
- [Example project that shows how to use Review Apps](https://gitlab.com/gitlab-examples/review-apps-nginx/)
+- [Run PHP Composer & NPM scripts then deploy them to a stage server](deployment/composer-npm-deploy.md)
+- Help your favorite programming language and GitLab by sending a merge request
+ with a guide for that language.
+
+## Outside the documentation
+
- [Blog post about using GitLab CI for iOS projects](https://about.gitlab.com/2016/03/10/setting-up-gitlab-ci-for-ios-projects/)
- [Repositories with examples for various languages](https://gitlab.com/groups/gitlab-examples)
- [The .gitlab-ci.yml file for GitLab itself](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/.gitlab-ci.yml)