From 95679fcb70420c2ef8eaf00fcc61d9a19de0c804 Mon Sep 17 00:00:00 2001 From: Alejandro Rosales Date: Thu, 15 Aug 2024 16:12:20 +0000 Subject: [PATCH] Actualizar .github/workflows/main.yml --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0fd8438..ad07347 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,7 @@ name: Deploy Pruebas on: push: branches: - - Pruebas + - Master jobs: deploy: @@ -17,9 +17,9 @@ jobs: - name: Deploy to Server uses: appleboy/ssh-action@master with: - host: ${{ secrets.SERVER_IP }} - username: ${{ secrets.SERVER_USER }} - key: ${{ secrets.SSH_PRIVATE_KEY }} + host: ${{ PAAD_SERVER_IP }} + username: ${{ PAAD_SERVER_USER }} + key: ${{ PAAD_SSH_PRIVATE_KEY }} script: | cd /usr/share/nginx/html/paad/ git fetch --all