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 b195dbe commit 29533e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
run: |
sshpass -e ssh -o StrictHostKeyChecking=no ${{ secrets.EC2_USER }}@${{ secrets.EC2_HOST }} << 'EOF'
# Clonar el repositorio en una ruta específica
git clone https://github.com/Trycatch-tv/ValidadorBootcamp-backend /home/${{ secrets.EC2_USER }}/app
rm -rf /home/${{ secrets.EC2_USER }}/app
git clone https://github.com/Trycatch-tv/ValidadorBootcamp-backend /home/${{ secrets.EC2_USER }}/app
cd /home/${{ secrets.EC2_USER }}/app
# Actualizar la imagen del servicio backend y reiniciarlo sin afectar db
Expand Down

0 comments on commit 29533e6

Please sign in to comment.