drone: add remote attribute to git task
Some checks failed
the build failed

This commit is contained in:
Robert Kaussow 2018-12-23 00:21:29 +01:00
parent 5d9c6961dc
commit 996a5f0c6a

View File

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