Revize e9b74800
Přidáno uživatelem Jakub Vašta před téměř 5 roky(ů)
.gitlab-ci.yml | ||
---|---|---|
9 | 9 |
unit_tests: |
10 | 10 |
image: php:7.2-alpine |
11 | 11 |
stage: test |
12 |
tags: |
|
13 |
- test |
|
12 | 14 |
script: |
13 | 15 |
- apk add composer |
14 | 16 |
- cd website |
... | ... | |
35 | 37 |
url: https://heatmap.zcu.cz |
36 | 38 |
script: |
37 | 39 |
- ssh root@heatmap.zcu.cz "cd ~ && rm -rf aswi2020sebela && git clone https://gitlab.kiv.zcu.cz/aswi/aswi-2020/aswi2020sebela.git && cd aswi2020sebela && ./build.sh && exit" |
38 |
only: |
|
39 |
- master |
|
40 |
# only:
|
|
41 |
# - master
|
|
40 | 42 |
when: manual |
Také k dispozici: Unified diff
Update .gitlab-ci.yml