install gulp to process code
This commit is contained in:
parent
24f6606c2c
commit
b6a3900ee2
1651 changed files with 253427 additions and 39 deletions
|
|
@ -1,3 +1,5 @@
|
|||
image: node:latest
|
||||
|
||||
stages:
|
||||
- build and deploy
|
||||
|
||||
|
|
@ -6,6 +8,9 @@ build and deploy:
|
|||
only:
|
||||
- main
|
||||
script:
|
||||
- npm install
|
||||
- npm install -g gulp
|
||||
- gulp
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue