Revize 7665aaf0
Přidáno uživatelem Jakub Vašta před téměř 5 roky(ů)
- ID 7665aaf0dccc27a9088c483512449782f13c8295
- Rodič 7db07345
.gitlab-ci.yml | ||
---|---|---|
35 | 35 |
url: https://heatmap.zcu.cz |
36 | 36 |
script: |
37 | 37 |
- 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
|
|
38 |
only: |
|
39 |
- master |
|
40 | 40 |
when: manual |
Také k dispozici: Unified diff
The final version of the second stage of GitLab pipeline (build and deploy servers are distinct, use of ssh, only shell executor) Re #7748