Fix .gitignore\nAdd drone autobuild

master
Jonas Franz 6 years ago
parent 113516e374
commit 16893111e1
Signed by: JonasFranzDEV
GPG Key ID: 506AEEBE80BEDECD
  1. 10
      .drone.yml
  2. 0
      .gitignore

@ -0,0 +1,10 @@
pipeline:
docker:
image: plugins/docker:17.05
pull: true
secrets: [ docker_username, docker_password ]
repo: jonasfranz/gitea-service
tags: [ 'latest' ]
when:
event: [ push ]
branch: [ master ]
Loading…
Cancel
Save