diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ccd3375..d814266 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: | @@ -29,4 +29,4 @@ jobs: python manage.py migrate python manage.py collectstatic --noinput sudo service gunicorn restart - sudo service nginx restart \ No newline at end of file + sudo service nginx restart