diff --git a/.drone.yml b/.drone.yml index be11bbf..35a6d85 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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