Skip to content

Commit

Permalink
fix: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldte committed Sep 18, 2024
1 parent e4e1286 commit 16759fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
env:
SSH_PASS: ${{ secrets.VPS_SSH_PASS }} # Mot de passe SSH depuis les secrets
run: |
sshpass -p "$SSH_PASS" scp -o StrictHostKeyChecking=no -r ./* root@${{ secrets.VPS_IP }}:/var/www/efficient-research/ # Copie tous les fichiers sur le VPS
sshpass -p "$SSH_PASS" scp -o StrictHostKeyChecking=no -r ./* root@${{ secrets.VPS_IP }}:/var/www/invoice/ # Copie tous les fichiers sur le VPS
- name: Run deployment script on VPS # Exécute le script de déploiement sur le VPS
env:
Expand Down

0 comments on commit 16759fb

Please sign in to comment.