From 4ce7b26b5a034556572d46edc5f39ac94f4a9801 Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 8 May 2020 19:11:22 +0200 Subject: [PATCH] Dockerfile updated --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0fb8633..9dd9d8a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,12 +11,12 @@ steps: commands: - docker build --no-cache -t gulp-node:${DRONE_COMMIT} -f Scripte/Dockerfile . -- name: Run Gulp +- name: Build Website image: gulp-node:${DRONE_COMMIT} commands: - npm install - gulp - - zip public.zip dist/* + - zip public.zip -r dist/* - name: Upload Artifacts image: plugins/gitea-release @@ -24,8 +24,8 @@ steps: base_url: https://git.chrosey.de api_key: from_secret: gitea_token - files: public.zip - note: CHANGELOG.md + files: + - public.zip when: event: tag