Dockerfile updated

This commit is contained in:
Christian Seyfferth 2020-05-08 19:11:22 +02:00
parent bc1487f2f1
commit 4ce7b26b5a

View File

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