Typo in commend and switching to discordrone for notifications.
This commit is contained in:
parent
6a787e7e23
commit
da4bc379d8
@ -5,7 +5,7 @@ name: build
|
||||
|
||||
steps:
|
||||
- name: notify-start
|
||||
image: appleboy/drone-discord
|
||||
image: pztrn/discordrone
|
||||
settings:
|
||||
webhook_id:
|
||||
from_secret: discord_webhook_id
|
||||
@ -32,8 +32,7 @@ steps:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
when:
|
||||
branch:
|
||||
master
|
||||
branch: master
|
||||
settings:
|
||||
username:
|
||||
from_secret: dockerhub_user
|
||||
@ -47,7 +46,7 @@ steps:
|
||||
status:
|
||||
- success
|
||||
- failure
|
||||
image: appleboy/drone-discord
|
||||
image: pztrn/discordrone
|
||||
settings:
|
||||
webhook_id:
|
||||
from_secret: discord_webhook_id
|
||||
|
@ -39,7 +39,7 @@ import (
|
||||
)
|
||||
|
||||
// GET for "/pastes/", a list of publicly available pastes.
|
||||
// Web inteface version.
|
||||
// Web interface version.
|
||||
func pastesGET(ec echo.Context) error {
|
||||
// We should check if database connection available.
|
||||
dbConn := c.Database.GetDatabaseConnection()
|
||||
|
Loading…
Reference in New Issue
Block a user