Tony CHEMIT pushed to branch develop-5.x at ultreiaio / ird-observe
Commits:
-
87804f3e
by Tony CHEMIT at 2017-03-20T09:30:54+01:00
-
88ed9fae
by Tony CHEMIT at 2017-03-20T09:42:27+01:00
3 changed files:
Changes:
| ... | ... | @@ -6,7 +6,7 @@ |
| 6 | 6 |
# Resources
|
| 7 | 7 |
|
| 8 | 8 |
* [Changelog and downloads](https://gitlab.com/ultreiaio/ird-observe/blob/develop-5.x/CHANGELOG.md)
|
| 9 |
-* [Documentation](http://ultreiaio.gitlab.io/observe)
|
|
| 9 |
+* [Documentation](http://ultreiaio.gitlab.io/ird-observe)
|
|
| 10 | 10 |
|
| 11 | 11 |
# Demo
|
| 12 | 12 |
|
| ... | ... | @@ -37,7 +37,7 @@ |
| 37 | 37 |
|
| 38 | 38 |
<name>ObServe</name>
|
| 39 | 39 |
<description>Projet ObServe</description>
|
| 40 |
- <url>http://ultreiaio.gitlab.io/observe</url>
|
|
| 40 |
+ <url>https://ultreiaio.gitlab.io/ird-observe</url>
|
|
| 41 | 41 |
<inceptionYear>2008</inceptionYear>
|
| 42 | 42 |
<organization>
|
| 43 | 43 |
<name>IRD</name>
|
| ... | ... | @@ -154,6 +154,13 @@ |
| 154 | 154 |
<developerConnection>scm:git:ssh://git@gitlab.com:ultreia.io/ird-observe.git</developerConnection>
|
| 155 | 155 |
</scm>
|
| 156 | 156 |
|
| 157 |
+ <distributionManagement>
|
|
| 158 |
+ <site>
|
|
| 159 |
+ <id>gitlab.com</id>
|
|
| 160 |
+ <url>scm:git:https://git@gitlab.com/${organizationId}/${projectId}.git</url>
|
|
| 161 |
+ </site>
|
|
| 162 |
+ |
|
| 163 |
+ </distributionManagement>
|
|
| 157 | 164 |
<properties>
|
| 158 | 165 |
|
| 159 | 166 |
<organizationId>ultreiaio</organizationId>
|
| 1 |
+pages:
|
|
| 2 |
+ stage: deploy
|
|
| 3 |
+ script:
|
|
| 4 |
+ - mkdir .public
|
|
| 5 |
+ - cp -r * .public
|
|
| 6 |
+ - mv .public public
|
|
| 7 |
+ artifacts:
|
|
| 8 |
+ paths:
|
|
| 9 |
+ - public
|
|
| 10 |
+ only:
|
|
| 11 |
+ - pages
|
|
| \ No newline at end of file |