Auto stash before revert of "ajout de l'up sur l'ftp auto"
This commit is contained in:
parent
8a37901dae
commit
6189d357f8
8
.gitlab-ci.yml
Normal file
8
.gitlab-ci.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user