diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..26fea3b --- /dev/null +++ b/.drone.yml @@ -0,0 +1,25 @@ +--- +kind: pipeline +type: docker +name: default + +steps: +- name: npm + image: plugins/npm + depends_on: [ clone ] + settings: + token: + from_secret: NPM_TOKEN + email: info@odit.services + when: + event: + - tag + +- name: sync to gitlab + image: appleboy/drone-git-push + depends_on: [ clone ] + settings: + branch: master + remote: git@gitlab.com:odit.services/mailymaily.git + ssh_key: + from_secret: GITLAB_SSHKEY \ No newline at end of file diff --git a/.gitlab-ci.yml b/old.gitlab-ci.yml similarity index 100% rename from .gitlab-ci.yml rename to old.gitlab-ci.yml