From 374abf376bbee7e337ec0d738566f039475eb28e Mon Sep 17 00:00:00 2001 From: Carneiro Date: Sun, 24 Nov 2024 15:15:12 -0300 Subject: [PATCH] Update .gitea/workflows/ssh_build.yml --- .gitea/workflows/ssh_build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ssh_build.yml b/.gitea/workflows/ssh_build.yml index fa83641..08e6a38 100755 --- a/.gitea/workflows/ssh_build.yml +++ b/.gitea/workflows/ssh_build.yml @@ -9,9 +9,9 @@ jobs: - name: Deploy to alice uses: https://git.alice.ufsj.edu.br/Carneiro/alice-sites-pull-action@main with: - site-dirname: aliceclass - source-dir: /var/www/src - dest-dir: /var/www/html + dirname: aliceclass + src_dir: /var/www/src + dest_dir: /var/www/html # - name: Deploy to Server