[med-svn] [Git][med-team/community/policy][master] Publish on gitlab pages
Andreas Tille
gitlab at salsa.debian.org
Tue May 15 13:20:01 BST 2018
Andreas Tille pushed to branch master at Debian Med / community / policy
Commits:
3b982bbb by Andreas Tille at 2018-05-15T14:19:45+02:00
Publish on gitlab pages
- - - - -
1 changed file:
- + .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,11 @@
+pages:
+ stage: deploy
+ script:
+ - mkdir .public
+ - cp policy.html .public/index.html
+ - mv .public public
+ artifacts:
+ paths:
+ - public
+ only:
+ - master
View it on GitLab: https://salsa.debian.org/med-team/community/policy/commit/3b982bbb7c423614b0d185f3bf17964fdaf9458b
---
View it on GitLab: https://salsa.debian.org/med-team/community/policy/commit/3b982bbb7c423614b0d185f3bf17964fdaf9458b
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180515/b56884c3/attachment.html>
More information about the debian-med-commit
mailing list