From afa3152b17cb5df9c8f2a0ceee7702f37999e656 Mon Sep 17 00:00:00 2001 From: Yannis Perrot Date: Thu, 22 Feb 2024 17:48:39 +0100 Subject: [PATCH] fixed workflow gitea yml file v2 --- .gitea/workflows/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/config.yaml b/.gitea/workflows/config.yaml index 2b788b3..5c5ec9e 100644 --- a/.gitea/workflows/config.yaml +++ b/.gitea/workflows/config.yaml @@ -9,8 +9,8 @@ jobs: uses: actions/checkout@v3 - run: cp -r ./* /home/meridian/meridian-bot/ - run: node /home/meridian/meridian-bot/deploy-commands.js - - run: sudo systemctl stop discord-bot - - run: sudo systemctl start discord-bot + - run: systemctl stop discord-bot + - run: systemctl start discord-bot # - name: Build TinaCMS # env: # TINA_PUBLIC_CLIENT_ID: ${{ secrets.TINA_PUBLIC_CLIENT_ID }}