Commit Graph

7 Commits

Author SHA1 Message Date
Achilleas Pipinellis 8dbcd11075
Compress all PNG images under doc/
The pngquant tool was used https://pngquant.org, and particularly, the
following command:

        /usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png

Before: 47584K
After : 34924K
2018-08-27 15:52:03 +02:00
Achilleas Pipinellis 1ea64acffd Add images from auto deploy guide 2017-09-06 15:57:03 +02:00
Joshua Lambert 1608131aff Add auto-monitoring docs to auto-deploy page 2017-08-15 08:12:18 +00:00
Joshua Lambert 63ab2109e9 Update Auto Deploy documentation 2017-04-21 22:47:27 +00:00
Adam Niedzielski db8ee6672c Rename "autodeploy" to "auto deploy" 2016-12-23 11:08:18 +01:00
Adam Niedzielski 0fab1b7fe3 Improve autodeploy docs [CI skip] 2016-12-22 00:23:26 +01:00
Adam Niedzielski 9809a9af8a Introduce "Set up autodeploy" button to help configure GitLab CI for deployment
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.
2016-12-21 16:21:55 +01:00