„.drone.yml“ ändern

This commit is contained in:
Christian Seyfferth 2020-05-07 10:27:46 +02:00
parent f26923af49
commit 279ef3c808

View File

@ -14,8 +14,9 @@ steps:
- name: Run Gulp - name: Run Gulp
image: gulp-node:${DRONE_COMMIT} image: gulp-node:${DRONE_COMMIT}
commands: commands:
- which gulp
- npm install - npm install
- gulp - /usr/local/bin/gulp
- zip public.zip dist/* - zip public.zip dist/*
- name: Upload Artifacts - name: Upload Artifacts