[TASK] update drone-pipeline

This commit is contained in:
Christian Seyfferth 2020-05-12 17:48:44 +02:00
parent 575ee0802d
commit d33450aa42

View File

@ -14,17 +14,10 @@ steps:
- ./node_modules - ./node_modules
- ./dist - ./dist
- name: Build DockerImage
image: docker
volumes:
- name: docker_sock
path: /var/run/docker.sock
commands:
- docker build --no-cache -t gulp-node:1 -f Scripte/Dockerfile .
- name: Build Website - name: Build Website
image: gulp-node:1 image: node:14
commands: commands:
- npm install -g gulp
- npm install - npm install
- gulp - gulp
- zip public.zip -r dist/* - zip public.zip -r dist/*