Skip to content

Commit

Permalink
Deploy test(SECRETS)
Browse files Browse the repository at this point in the history
  • Loading branch information
basshamut committed Jun 24, 2024
1 parent 14b9896 commit 8c08002
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ jobs:
SSH_HOST: ${{ secrets.VPS_SSH_HOST }}
SSH_USERNAME: ${{ secrets.VPS_SSH_USERNAME }}
SSH_PASSWORD: ${{ secrets.VPS_SSH_PASSWORD }}
# env:
# SSH_HOST: srv503843.hstgr.cloud
# SSH_USERNAME: root
# SSH_PASSWORD: sep11Jes.170211
run: |
# Crear directorios en el VPS
sshpass -p "${SSH_PASSWORD}" ssh -o StrictHostKeyChecking=no "${SSH_USERNAME}@${SSH_HOST}" 'mkdir -p /var/www/html/virtual-dojo/frontend /var/www/html/virtual-dojo/backend'
Expand Down

0 comments on commit 8c08002

Please sign in to comment.