Skip to content
Snippets Groups Projects
Commit 8a7912a5 authored by Isabella Skořepová's avatar Isabella Skořepová
Browse files

Install rsync

parent 830b0847
No related branches found
No related tags found
No related merge requests found
Pipeline #865 failed
...@@ -64,6 +64,8 @@ deploy: ...@@ -64,6 +64,8 @@ deploy:
- master - master
script: script:
- node --version - node --version
- apt update
- apt -y install rsync
- rm -rf build - rm -rf build
- if [ -d generator ] ; then cd generator; git pull; cd ..; else git clone https://git.ok1kvk.cz/ok1kvk.cz/generator.git; fi - if [ -d generator ] ; then cd generator; git pull; cd ..; else git clone https://git.ok1kvk.cz/ok1kvk.cz/generator.git; fi
- if [ -d static ] ; then cd static; git pull; cd ..; else git clone https://git.ok1kvk.cz/ok1kvk.cz/static.git; fi - if [ -d static ] ; then cd static; git pull; cd ..; else git clone https://git.ok1kvk.cz/ok1kvk.cz/static.git; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment