diff options
author | Adam Niedzielski <adamsunday@gmail.com> | 2016-12-21 16:21:55 +0100 |
---|---|---|
committer | Adam Niedzielski <adamsunday@gmail.com> | 2016-12-21 16:21:55 +0100 |
commit | 9809a9af8a3980f8a65262295cfd9701e793ac11 (patch) | |
tree | 7f7f392a203798b2cbebba6c08f8875c433ca4f0 /changelogs/unreleased/adam-auto-deploy.yml | |
parent | 528c3e2b8d2d65257e489601220f34b918b80e17 (diff) | |
download | gitlab-ce-9809a9af8a3980f8a65262295cfd9701e793ac11.tar.gz |
Introduce "Set up autodeploy" button to help configure GitLab CI for deploymentadam-auto-deploy
The button allows to choose a ".gitlab-ci.yml" template that automatically
sets up the deployment of an application.
The currently supported template is Kubernetes template.
Diffstat (limited to 'changelogs/unreleased/adam-auto-deploy.yml')
-rw-r--r-- | changelogs/unreleased/adam-auto-deploy.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/adam-auto-deploy.yml b/changelogs/unreleased/adam-auto-deploy.yml new file mode 100644 index 00000000000..9d3348468d5 --- /dev/null +++ b/changelogs/unreleased/adam-auto-deploy.yml @@ -0,0 +1,4 @@ +--- +title: Introduce "Set up autodeploy" button to help configure GitLab CI for deployment +merge_request: 8135 +author: |