update drone
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
e658ae8a3b
commit
c1e0953f33
28
.drone.yml
28
.drone.yml
|
@ -40,28 +40,26 @@ steps:
|
||||||
- cat $HOME/.ssh/known_hosts
|
- cat $HOME/.ssh/known_hosts
|
||||||
- chmod 600 $HOME/.ssh/id_rsa
|
- chmod 600 $HOME/.ssh/id_rsa
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
when:
|
|
||||||
branch:
|
|
||||||
- dev
|
|
||||||
event:
|
|
||||||
- push
|
|
||||||
|
|
||||||
- name: composer
|
- name: composer
|
||||||
image: composer:2.2.7
|
image: composer:2.2.7
|
||||||
commands:
|
commands:
|
||||||
- composer install --ignore-platform-reqs --no-dev
|
- composer install --ignore-platform-reqs --no-dev
|
||||||
when:
|
|
||||||
branch:
|
|
||||||
- dev
|
|
||||||
event:
|
|
||||||
- push
|
|
||||||
|
|
||||||
- name: node
|
- name: node
|
||||||
image: node:17.9.0-slim
|
image: node:17.9.0-slim
|
||||||
commands:
|
commands:
|
||||||
- npm install && npm run prod && rm -R node_modules
|
- npm install && npm run prod && rm -R node_modules
|
||||||
when:
|
|
||||||
branch:
|
- name: gitea_release
|
||||||
- dev
|
image: plugins/gitea-release
|
||||||
event:
|
settings:
|
||||||
- push
|
api_key: c17b1bc2df745bf2f34beada9d2af8147dcefc47
|
||||||
|
base_url: https://git.zoomyboy.de
|
||||||
|
files: ./
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
branch:
|
||||||
|
- dev
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
|
Loading…
Reference in New Issue