initial commit
This commit is contained in:
commit
880cae624a
906 changed files with 196528 additions and 0 deletions
20
.gitlab-ci.yml
Normal file
20
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
stages:
|
||||
- build and deploy
|
||||
|
||||
build and deploy:
|
||||
stage: build and deploy
|
||||
only:
|
||||
- main
|
||||
script:
|
||||
- apt-get update -qq && apt-get install -y -qq lftp
|
||||
- lftp -c "set ftp:ssl-allow no; open -u $USERNAME,$PASSWORD $HOST;
|
||||
mirror --reverse --verbose --ignore-time --parallel=10
|
||||
-x local/
|
||||
assets assets;
|
||||
mirror --reverse --verbose --ignore-time --parallel=10
|
||||
-x accounts/
|
||||
-x cache/
|
||||
-x sessions/
|
||||
-x header.php
|
||||
site site;
|
||||
quit"
|
||||
Loading…
Add table
Add a link
Reference in a new issue