See https://github.com/superseriousbusiness/gotosocial/issues/65.
This commit is contained in:
19
.drone.yml
Normal file
19
.drone.yml
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
kind: pipeline
|
||||
name: automated container publishing
|
||||
steps:
|
||||
- name: publish image
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
||||
from_secret: docker_reg_username
|
||||
password:
|
||||
from_secret: docker_reg_passwd
|
||||
repo: decentral1se/gotosocial
|
||||
tags: latest
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
exclude:
|
||||
- pull_request
|
@ -2,6 +2,8 @@
|
||||
|
||||
 
|
||||
|
||||
[](https://drone.autonomic.zone/autonomic-cooperative/gotosocial)
|
||||
|
||||
Federated social media software.
|
||||
|
||||

|
||||
|
Reference in New Issue
Block a user