From 5b7bee35fc3fba3ccfee2f3ffcc97dec0a9f338e Mon Sep 17 00:00:00 2001 From: "George C. G. Barbosa" Date: Fri, 10 Jan 2025 20:20:40 +0000 Subject: [PATCH] Set correct page --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d2eea80..5478cd4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,5 +23,5 @@ jobs: - name: Deploy files run: | - scp -r ./* ${{ secrets.DEPLOY_USER }}@${{ secrets.DEPLOY_HOST }}:/home/garimpytec/gh-action + scp -r ./* ${{ secrets.DEPLOY_USER }}@${{ secrets.DEPLOY_HOST }}:/var/www/html/landing-page ssh ${{ secrets.DEPLOY_USER }}@${{ secrets.DEPLOY_HOST }} "sudo systemctl restart nginx"