diff --git a/.drone.yml b/.drone.yml index 04678e88..19bc5e92 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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