Auto stash before revert of "ajout de l'up sur l'ftp auto"

This commit is contained in:
Esenjin 2018-07-30 14:55:29 +02:00
parent 8a37901dae
commit 6189d357f8

8
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,8 @@
image: mwienk/docker-lftp
deploy:
stage: deploy
script:
- lftp -c "set ftp:ssl-allow no; open -u $USERNAME,$PASSWORD $HOST; cd camelia-studio.org; mirror -Rnev --parallel=10" --exclude logs/ --exclude zaap/
only:
- master