Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
judlup committed Jun 2, 2024
1 parent a186094 commit e22959d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
SSHPASS: ${{ secrets.EC2_KEY }}
run: |
sshpass -e ssh -o StrictHostKeyChecking=no ${{ secrets.EC2_USER }}@${{ secrets.EC2_HOST }} << 'EOF'
export NODE_ENV=prod
# Clonar el repositorio en una ruta específica
git clone https://github.com/Trycatch-tv/ValidadorBootcamp-backend /home/${{ secrets.EC2_USER }}/app
Expand Down

0 comments on commit e22959d

Please sign in to comment.