Skip to content

Commit

Permalink
Update rules + auto refresh portainer stack
Browse files Browse the repository at this point in the history
  • Loading branch information
DocSystem committed Sep 17, 2023
1 parent 1bc223e commit ed58f25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,8 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Refresh Docker Container on Portainer
uses: dkershner6/post-api-call-action@v1
with:
url: ${{ secrets.PORTAINER_WEBHOOK_URL }}
2 changes: 1 addition & 1 deletion commands/sendinfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const channelInfos = {
},
{
name: "\u200B",
value: "> :seven: Il est interdit d'utiliser toute technique de triche sur les serveurs Minecraft, quel qu'elle soit (AutoClick, X-Ray, Baritone, etc...). Si vous avez un doute sur l'utilisation d'un mod, contactez un membre du bureau."
value: "> :seven: Il est **interdit** d'utiliser toute technique de **triche** sur les **serveurs Minecraft**, quelle qu'elle soit (AutoClick, X-Ray, Baritone, etc...). Si vous avez un doute sur l'utilisation d'un mod, contactez un membre du bureau."
},
{
name: "\u200B",
Expand Down

0 comments on commit ed58f25

Please sign in to comment.