drone: add remote attribute to git task
the build failed Details

This commit is contained in:
Robert Kaussow 2018-12-23 00:21:29 +01:00
parent 5d9c6961dc
commit 996a5f0c6a
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@ pipeline:
build:
image: node
commands:
- npm install -g bower gulp
- npm install -g gulp
- npm install
- gulp
when:
@ -11,6 +11,7 @@ pipeline:
update:
image: appleboy/drone-git-push
branch: master
remote: gitea@gitea.rknet.org:xoxys/theme-geeklab.git
commit: true
commit-message: "[SKIP CI] update artifacts"
force: false