Fucking add a dot

This commit is contained in:
drymer 2018-12-05 06:29:20 +01:00
parent 47756731fb
commit 6ab9143d7f
Signed by: drymer
GPG Key ID: A307D64D5DDFDAAD
1 changed files with 8 additions and 8 deletions

View File

@ -5,7 +5,7 @@ pipeline:
build-docker:
image: docker
commands:
- docker build -t r.daemons.it/baddaemons
- docker build -t r.daemons.it/baddaemons .
- docker push r.daemons.it/baddaemons
secrets: [docker_user, docker_password]
volumes:
@ -23,13 +23,6 @@ pipeline:
- sudo systemctl restart docker-hugo
when:
event: push
notify-bad:
image: registry.daemons.it/drone-xmpp
message: "Beep, boop, soy un bot. La actualización de la web ha ido mal: {build_link}"
secrets: [xmpp_user, xmpp_password, xmpp_room]
when:
status: [failure]
event: push
notify-good:
image: registry.daemons.it/drone-xmpp
secrets: [xmpp_user, xmpp_password, xmpp_room]
@ -37,4 +30,11 @@ pipeline:
when:
status: [success]
event: push
notify-bad:
image: registry.daemons.it/drone-xmpp
message: "Beep, boop, soy un bot. La actualización de la web ha ido mal: {build_link}"
secrets: [xmpp_user, xmpp_password, xmpp_room]
when:
status: [failure]
event: push
branch: master