Update .gitea/workflows/ssh_build.yml
Deploy / Deploy (push) Successful in 10s Details

This commit is contained in:
Carneiro 2024-11-24 15:54:27 -03:00
parent 43c9c051b9
commit ad450f8102
1 changed files with 1 additions and 14 deletions

View File

@ -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