Dockerfile updated
This commit is contained in:
parent
bc1487f2f1
commit
4ce7b26b5a
@ -11,12 +11,12 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- docker build --no-cache -t gulp-node:${DRONE_COMMIT} -f Scripte/Dockerfile .
|
- docker build --no-cache -t gulp-node:${DRONE_COMMIT} -f Scripte/Dockerfile .
|
||||||
|
|
||||||
- name: Run Gulp
|
- name: Build Website
|
||||||
image: gulp-node:${DRONE_COMMIT}
|
image: gulp-node:${DRONE_COMMIT}
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- gulp
|
- gulp
|
||||||
- zip public.zip dist/*
|
- zip public.zip -r dist/*
|
||||||
|
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
@ -24,8 +24,8 @@ steps:
|
|||||||
base_url: https://git.chrosey.de
|
base_url: https://git.chrosey.de
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
files: public.zip
|
files:
|
||||||
note: CHANGELOG.md
|
- public.zip
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user