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 }}