Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UnCubanoDev authored Aug 13, 2024
1 parent e7edbfb commit 5e899e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Conectar al VPS y actualizar
uses: appleboy/ssh-action@master
with:
host: 207.244.233.96
host: 93.127.200.109
username: ${{ secrets.VPS_USERNAME }}
password: ${{ secrets.VPS_PASSWORD }}
script: |
Expand All @@ -29,4 +29,4 @@ jobs:
python manage.py migrate
python manage.py collectstatic --noinput
sudo service gunicorn restart
sudo service nginx restart
sudo service nginx restart

0 comments on commit 5e899e4

Please sign in to comment.