Skip to content

Commit

Permalink
Update automated_api_deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Deutscher775 authored Aug 21, 2024
1 parent 2d363dc commit 1b6089d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automated_api_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -39,4 +39,4 @@ jobs:
password: ${{ secrets.SSH_PASSWORD }}
port: ${{ secrets.SSH_PORT }}
script: |
sudo systemctl start astroidapi
sudo systemctl start astroidapi

0 comments on commit 1b6089d

Please sign in to comment.