try ssh key

This commit is contained in:
Robert Kaussow 2019-01-13 17:18:34 +01:00
parent b1d6322227
commit 014dfe4660
1 changed files with 6 additions and 5 deletions

View File

@ -6,8 +6,8 @@ steps:
- name: build
image: node
commands:
- npm install -g gulp
- npm install
- npm install -g gulp -s
- npm install -s
- gulp
when:
event: push
@ -18,11 +18,12 @@ steps:
branch: master
remote: gitea@gitea.rknet.org:xoxys/theme-geeklab.git
commit: true
commit-message: "[SKIP CI] Update artifacts"
commit_message: "[SKIP CI] Update artifacts"
force: false
ssh-key:
from_secret: git_push_ssh_key
author_name: DroneShipper
author_email: shipper@rknet.org
environment:
GIT_PUSH_SSH_KEY:
from_secret: git_push_ssh_key
when:
event: push