Switched to drone w/ gitlab sync 🚀
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Nicolai Ort 2020-10-30 23:12:57 +01:00
parent 9a9b242b91
commit 58391d1289
2 changed files with 25 additions and 0 deletions

25
.drone.yml Normal file
View File

@ -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