Compare commits

...

4 Commits

Author SHA1 Message Date
Maxim Lebedev 0cc3176be1
Merge branch 'master' into develop
continuous-integration/drone/push Build is passing Details
2022-06-10 14:50:19 +05:00
Maxim Lebedev 0d8c5c334b
Merge branch 'release/0.1.0'
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
2022-06-10 14:50:17 +05:00
Maxim Lebedev 27fee626fe
👷 Allow deploy steps only for master branch 2022-06-10 14:48:39 +05:00
Maxim Lebedev dc7f0481b0
📝 Added README.md 2022-06-10 14:44:58 +05:00
2 changed files with 11 additions and 12 deletions

View File

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

5
docs/README.md Normal file
View File

@ -0,0 +1,5 @@
# [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).