From ad450f81020db4046514152894e45abde0e5792f Mon Sep 17 00:00:00 2001 From: Carneiro Date: Sun, 24 Nov 2024 15:54:27 -0300 Subject: [PATCH] Update .gitea/workflows/ssh_build.yml --- .gitea/workflows/ssh_build.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.gitea/workflows/ssh_build.yml b/.gitea/workflows/ssh_build.yml index 08e6a38..be558bf 100755 --- a/.gitea/workflows/ssh_build.yml +++ b/.gitea/workflows/ssh_build.yml @@ -11,17 +11,4 @@ jobs: with: dirname: aliceclass src_dir: /var/www/src - dest_dir: /var/www/html - - -# - name: Deploy to Server -# run: | -# echo "${{ secrets.SCP_KEY_ALICE }}" > /tmp/ssh_private_key -# chmod 600 /tmp/ssh_private_key -# ssh -o "StrictHostKeyChecking no" -i /tmp/ssh_private_key act_runner@alice.ufsj.edu.br -p ${{ secrets.SSH_PORT_ALICE }} << 'EOF' -# cd /var/www/src/AliceClass -# git pull origin main -# bundle install -# EOF - -# - run: echo "🍏 This job's status is ${{ job.status }}." + dest_dir: /var/www/html \ No newline at end of file