diff --git a/.drone.yml b/.drone.yml index a3fa484..4a55574 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,7 @@ pipeline: build: image: node commands: - - npm install -g bower gulp + - npm install -g gulp - npm install - gulp when: @@ -11,6 +11,7 @@ pipeline: 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