From 246f044d387f123d52355eb9c920e5e785652536 Mon Sep 17 00:00:00 2001 From: Jan Vais Date: Thu, 7 Mar 2019 11:44:17 +0100 Subject: [PATCH] =?UTF-8?q?p=C5=99idan=20uppload?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..44d244d --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,7 @@ +deploy: // You can name your task however you like + stage: deploy + only: + - master + deploy: + script: + - lftp -c "set ftp:ssl-allow no; open -u $USERNAME,$PASSWORD $HOST; mirror -Rev ./ ./ --ignore-time --parallel=10 --exclude-glob .git* --exclude .git/" \ No newline at end of file