pipeline: build: image: node commands: - npm install -g gulp - npm install - gulp when: event: push 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 secrets: [git_push_ssh_key] when: event: push