try ssh key

This commit is contained in:
Robert Kaussow 2019-01-13 17:18:34 +01:00
parent b1d6322227
commit 014dfe4660

View File

@ -6,8 +6,8 @@ steps:
- name: build - name: build
image: node image: node
commands: commands:
- npm install -g gulp - npm install -g gulp -s
- npm install - npm install -s
- gulp - gulp
when: when:
event: push event: push
@ -18,11 +18,12 @@ steps:
branch: master branch: master
remote: gitea@gitea.rknet.org:xoxys/theme-geeklab.git 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
ssh-key:
from_secret: git_push_ssh_key
author_name: DroneShipper author_name: DroneShipper
author_email: shipper@rknet.org author_email: shipper@rknet.org
environment:
GIT_PUSH_SSH_KEY:
from_secret: git_push_ssh_key
when: when:
event: push event: push