Dockerfile updated
This commit is contained in:
parent
bc1487f2f1
commit
4ce7b26b5a
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user