diff --git a/.github/workflows/publish-docker-image.yml b/.github/workflows/publish-docker-image.yml
index ed61c5ca8..338aba8f4 100644
--- a/.github/workflows/publish-docker-image.yml
+++ b/.github/workflows/publish-docker-image.yml
@@ -152,7 +152,11 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- - uses: sarisia/actions-status-discord@v1.14.3
+ - name: Deploy the latest image on rxresu.me
+ run: curl -X POST ${{ secrets.SERVICE_WEBHOOK }}
+
+ - name: Inform about the release on Discord
+ uses: sarisia/actions-status-discord@v1.14.3
if: always()
with:
username: ReleaseBot
diff --git a/apps/artboard/index.html b/apps/artboard/index.html
index e4b13a8d9..2705af91c 100644
--- a/apps/artboard/index.html
+++ b/apps/artboard/index.html
@@ -40,5 +40,12 @@
+
+
+