From 1b6089dc7f17377cb7bf6a261b9366d1a6adfd5e Mon Sep 17 00:00:00 2001 From: Jason <81298350+Deutscher775@users.noreply.github.com> Date: Wed, 21 Aug 2024 11:28:00 +0200 Subject: [PATCH] Update automated_api_deploy.yaml --- .github/workflows/automated_api_deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automated_api_deploy.yaml b/.github/workflows/automated_api_deploy.yaml index 94d1cba..073c8e8 100644 --- a/.github/workflows/automated_api_deploy.yaml +++ b/.github/workflows/automated_api_deploy.yaml @@ -26,7 +26,7 @@ jobs: password: ${{ secrets.SSH_PASSWORD }} port: ${{ secrets.SSH_PORT }} script: | - cd /root/astroid + cd /root/guildcord git pull origin main deploy: runs-on: ubuntu-latest @@ -39,4 +39,4 @@ jobs: password: ${{ secrets.SSH_PASSWORD }} port: ${{ secrets.SSH_PORT }} script: | - sudo systemctl start astroidapi \ No newline at end of file + sudo systemctl start astroidapi