Skip to content

Commit 798372b

Browse files
committed
auto deploy lol
1 parent cf0ca4a commit 798372b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/docker.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,16 @@ jobs:
4747
labels: ${{ steps.meta.outputs.labels }}
4848
cache-from: type=gha
4949
cache-to: type=gha,mode=max
50+
51+
deploy:
52+
needs:
53+
- build
54+
runs-on: ubuntu-latest
55+
steps:
56+
- name: Deploy
57+
uses: fjogeleit/http-request-action@v1
58+
with:
59+
url: "https://watchtower.topi.wtf/v1/update?image=ghcr.io/lavalink-devs/lavalink-bot"
60+
method: "POST"
61+
timeout: 60000
62+
customHeaders: '{"Authorization": "Bearer ${{ secrets.TOKEN }}"}'

0 commit comments

Comments
 (0)