„.drone.yml“ ändern

This commit is contained in:
Christian Seyfferth 2020-05-07 09:23:23 +02:00
parent 041fb88d49
commit d454ee10f3

View File

@ -6,7 +6,7 @@ steps:
- name: build - name: build
image: node:14-alpine image: node:14-alpine
commands: commands:
- npm install --global gulp - npm install gulp
- npm install - npm install
- gulp - gulp
- zip public.zip dist/* - zip public.zip dist/*