install gulp to process code

This commit is contained in:
isUnknown 2024-09-20 10:32:49 +02:00
parent 24f6606c2c
commit b6a3900ee2
1651 changed files with 253427 additions and 39 deletions

View file

@ -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