BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
7a01d667
Commit
7a01d667
authored
Jan 11, 2018
by
Marcia Ramos
Committed by
Achilleas Pipinellis
Jan 11, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: move article "Laravel and Envoy w/ CI/CD"
parent
f10fb6c2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
2 additions
and
2 deletions
+2
-2
index.md
doc/articles/index.md
+0
-1
index.md
doc/articles/laravel_with_gitlab_and_envoy/index.md
+0
-0
README.md
doc/ci/README.md
+1
-1
README.md
doc/ci/examples/README.md
+1
-0
container_registry_checkbox.png
...with_gitlab_and_envoy/img/container_registry_checkbox.png
+0
-0
container_registry_page_empty_image.png
...lab_and_envoy/img/container_registry_page_empty_image.png
+0
-0
container_registry_page_with_image.jpg
...tlab_and_envoy/img/container_registry_page_with_image.jpg
+0
-0
deploy_keys_page.png
...es/laravel_with_gitlab_and_envoy/img/deploy_keys_page.png
+0
-0
environment_page.png
...es/laravel_with_gitlab_and_envoy/img/environment_page.png
+0
-0
environments_page.png
...s/laravel_with_gitlab_and_envoy/img/environments_page.png
+0
-0
laravel_welcome_page.png
...aravel_with_gitlab_and_envoy/img/laravel_welcome_page.png
+0
-0
laravel_with_gitlab_and_envoy.png
...th_gitlab_and_envoy/img/laravel_with_gitlab_and_envoy.png
+0
-0
pipeline_page.png
...mples/laravel_with_gitlab_and_envoy/img/pipeline_page.png
+0
-0
pipelines_page.png
...ples/laravel_with_gitlab_and_envoy/img/pipelines_page.png
+0
-0
pipelines_page_deploy_button.png
...ith_gitlab_and_envoy/img/pipelines_page_deploy_button.png
+0
-0
production_server_app_directory.png
..._gitlab_and_envoy/img/production_server_app_directory.png
+0
-0
production_server_current_directory.png
...lab_and_envoy/img/production_server_current_directory.png
+0
-0
secret_variables_page.png
...ravel_with_gitlab_and_envoy/img/secret_variables_page.png
+0
-0
index.md
doc/ci/examples/laravel_with_gitlab_and_envoy/index.md
+0
-0
No files found.
doc/articles/index.md
View file @
7a01d667
...
...
@@ -17,7 +17,6 @@ Build, test, and deploy the software you develop with [GitLab CI/CD](../ci/READM
| Article title | Category | Publishing date |
| :------------ | :------: | --------------: |
|
[
Autoscaling GitLab Runners on AWS
](
runner_autoscale_aws/index.md
)
| Admin guide | 2017-11-24 |
|
[
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 |
|
[
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 |
|
[
Continuous Integration: From Jenkins to GitLab Using Docker
](
https://about.gitlab.com/2017/07/27/docker-my-precious/
)
| Concepts | 2017-07-27 |
...
...
doc/articles/laravel_with_gitlab_and_envoy/index.md
View file @
7a01d667
This diff is collapsed.
Click to expand it.
doc/ci/README.md
View file @
7a01d667
...
...
@@ -120,7 +120,7 @@ Here is an collection of tutorials and guides on setting up your CI pipeline.
-
[
Run PHP Composer & NPM scripts then deploy them to a staging server
](
examples/deployment/composer-npm-deploy.md
)
-
[
Analyze code quality with the Code Climate CLI
](
examples/code_climate.md
)
-
**Articles**
-
[
How to test and deploy Laravel/PHP applications with GitLab CI/CD and Envoy
](
../artic
les/laravel_with_gitlab_and_envoy/index.md
)
-
[
How to test and deploy Laravel/PHP applications with GitLab CI/CD and Envoy
](
examp
les/laravel_with_gitlab_and_envoy/index.md
)
-
[
How to deploy Maven projects to Artifactory with GitLab CI/CD
](
examples/artifactory_and_gitlab/index.md
)
-
[
Automated Debian packaging
](
https://about.gitlab.com/2016/10/12/automated-debian-package-build-with-gitlab-ci/
)
-
[
Spring boot application with GitLab CI and Kubernetes
](
https://about.gitlab.com/2016/12/14/continuous-delivery-of-a-spring-boot-application-with-gitlab-ci-and-kubernetes/
)
...
...
doc/ci/examples/README.md
View file @
7a01d667
...
...
@@ -16,6 +16,7 @@ Apart from those, here is an collection of tutorials and guides on setting up yo
-
[
Testing a PHP application
](
php.md
)
-
[
Run PHP Composer & NPM scripts then deploy them to a staging server
](
deployment/composer-npm-deploy.md
)
-
[
How to test and deploy Laravel/PHP applications with GitLab CI/CD and Envoy
](
laravel_with_gitlab_and_envoy/index.md
)
### Ruby
...
...
doc/
artic
les/laravel_with_gitlab_and_envoy/img/container_registry_checkbox.png
→
doc/
ci/examp
les/laravel_with_gitlab_and_envoy/img/container_registry_checkbox.png
View file @
7a01d667
File moved
doc/
artic
les/laravel_with_gitlab_and_envoy/img/container_registry_page_empty_image.png
→
doc/
ci/examp
les/laravel_with_gitlab_and_envoy/img/container_registry_page_empty_image.png
View file @
7a01d667
File moved
doc/
artic
les/laravel_with_gitlab_and_envoy/img/container_registry_page_with_image.jpg
→
doc/
ci/examp
les/laravel_with_gitlab_and_envoy/img/container_registry_page_with_image.jpg
View file @
7a01d667
File moved
doc/
artic
les/laravel_with_gitlab_and_envoy/img/deploy_keys_page.png
→
doc/
ci/examp
les/laravel_with_gitlab_and_envoy/img/deploy_keys_page.png
View file @
7a01d667
File moved
doc/
artic
les/laravel_with_gitlab_and_envoy/img/environment_page.png
→
doc/
ci/examp
les/laravel_with_gitlab_and_envoy/img/environment_page.png
View file @
7a01d667
File moved
doc/
artic
les/laravel_with_gitlab_and_envoy/img/environments_page.png
→
doc/
ci/examp
les/laravel_with_gitlab_and_envoy/img/environments_page.png
View file @
7a01d667
File moved
doc/
artic
les/laravel_with_gitlab_and_envoy/img/laravel_welcome_page.png
→
doc/
ci/examp
les/laravel_with_gitlab_and_envoy/img/laravel_welcome_page.png
View file @
7a01d667
File moved
doc/
artic
les/laravel_with_gitlab_and_envoy/img/laravel_with_gitlab_and_envoy.png
→
doc/
ci/examp
les/laravel_with_gitlab_and_envoy/img/laravel_with_gitlab_and_envoy.png
View file @
7a01d667
File moved
doc/
artic
les/laravel_with_gitlab_and_envoy/img/pipeline_page.png
→
doc/
ci/examp
les/laravel_with_gitlab_and_envoy/img/pipeline_page.png
View file @
7a01d667
File moved
doc/
artic
les/laravel_with_gitlab_and_envoy/img/pipelines_page.png
→
doc/
ci/examp
les/laravel_with_gitlab_and_envoy/img/pipelines_page.png
View file @
7a01d667
File moved
doc/
artic
les/laravel_with_gitlab_and_envoy/img/pipelines_page_deploy_button.png
→
doc/
ci/examp
les/laravel_with_gitlab_and_envoy/img/pipelines_page_deploy_button.png
View file @
7a01d667
File moved
doc/
artic
les/laravel_with_gitlab_and_envoy/img/production_server_app_directory.png
→
doc/
ci/examp
les/laravel_with_gitlab_and_envoy/img/production_server_app_directory.png
View file @
7a01d667
File moved
doc/
artic
les/laravel_with_gitlab_and_envoy/img/production_server_current_directory.png
→
doc/
ci/examp
les/laravel_with_gitlab_and_envoy/img/production_server_current_directory.png
View file @
7a01d667
File moved
doc/
artic
les/laravel_with_gitlab_and_envoy/img/secret_variables_page.png
→
doc/
ci/examp
les/laravel_with_gitlab_and_envoy/img/secret_variables_page.png
View file @
7a01d667
File moved
doc/ci/examples/laravel_with_gitlab_and_envoy/index.md
0 → 100644
View file @
7a01d667
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment