update drone
continuous-integration/drone/push Build is failing Details

This commit is contained in:
philipp lang 2022-11-22 22:56:57 +01:00
parent e658ae8a3b
commit c1e0953f33
1 changed files with 13 additions and 15 deletions

View File

@ -40,28 +40,26 @@ steps:
- cat $HOME/.ssh/known_hosts
- chmod 600 $HOME/.ssh/id_rsa
- git submodule update --init --recursive
when:
branch:
- dev
event:
- push
- name: composer
image: composer:2.2.7
commands:
- composer install --ignore-platform-reqs --no-dev
when:
branch:
- dev
event:
- push
- name: node
image: node:17.9.0-slim
commands:
- npm install && npm run prod && rm -R node_modules
when:
branch:
- dev
event:
- push
- name: gitea_release
image: plugins/gitea-release
settings:
api_key: c17b1bc2df745bf2f34beada9d2af8147dcefc47
base_url: https://git.zoomyboy.de
files: ./
trigger:
branch:
- dev
event:
- push