Compare commits
2 Commits
722848165b
...
900fd69a59
Author | SHA1 | Date |
---|---|---|
Martyn | 900fd69a59 | |
Martyn | 6da13d2fae |
|
@ -1,3 +1,7 @@
|
||||||
# karaokards
|
# karaokards
|
||||||
|
|
||||||
Silly little twitch bot that gives prompts for songs to sing
|
Silly little twitch bot that gives prompts for songs to sing.
|
||||||
|
|
||||||
|
Auto-built from my Drone CI and pushed to dockerhub.
|
||||||
|
[![Build Status](https://ci.martyn.berlin/api/badges/martyn/karaokards/status.svg)](https://ci.martyn.berlin/martyn/karaokards)
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ spec:
|
||||||
run: kardbot
|
run: kardbot
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: imartyn/karokardbot:0.0.1
|
- image: imartyn/karaokardbot:0.0.1
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: kardbot
|
name: kardbot
|
||||||
resources: {}
|
resources: {}
|
||||||
|
|
Loading…
Reference in New Issue