Compare commits

..

No commits in common. "0cc3176be13cb34c5efe5804e6779a6331e3e60b" and "150963c69056c0367e03f88d004ff566548863c2" have entirely different histories.

2 changed files with 12 additions and 11 deletions

View File

@ -38,8 +38,10 @@ steps:
depends_on:
- build
when:
branch:
- master
event:
- promote
target:
- production
- name: delivery
image: appleboy/drone-scp
@ -60,8 +62,10 @@ steps:
depends_on:
- stop-service
when:
branch:
- master
event:
- promote
target:
- production
- name: start-service
image: appleboy/drone-ssh
@ -76,8 +80,10 @@ steps:
depends_on:
- delivery
when:
branch:
- master
event:
- promote
target:
- production
volumes:
- name: modules

View File

@ -1,5 +0,0 @@
# [auth.toby3d.me](https://auth.toby3d.me/) [![Build Status](https://drone.toby3d.me/api/badges/toby3d/auth/status.svg)](https://drone.toby3d.me/toby3d/auth)
> [IndieAuth](https://indieauth.net/source/) personal instance.
An attempt to implement my own server to authenticate and authorize third-party applications through [IndieWeb](https://indieweb.org/) sites on [Go](https://go.dev/). Based on the latest versions of the protocol standards and related batteries like [TicketAuth](https://indieweb.org/IndieAuth_Ticket_Auth) and [RelMeAuth](https://microformats.org/wiki/RelMeAuth).