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