Skip to content

Commit

Permalink
add drone.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmethurst committed Aug 10, 2021
1 parent 6acd410 commit 2df77e4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
kind: pipeline
type: docker
name: dockerpublish
steps:
- name: publish image
image: plugins/docker
settings:
auto_tag: true
username:
from_secret: gts_docker_username
password:
from_secret: gts_docker_password
repo: superseriousbusiness/gotosocial
tags: latest
when:
event:
exclude:
- pull_request
---

0 comments on commit 2df77e4

Please sign in to comment.