přidan uppload
parent
0a84958de0
commit
246f044d38
@ -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/"
|
Loading…
Reference in New Issue