Skip to content

Commit

Permalink
chore(ci/cd): add secrets on workflow vps
Browse files Browse the repository at this point in the history
  • Loading branch information
lgcarlinf committed Oct 4, 2024
1 parent c6fd75e commit 5bdd72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Deploy to VPS
run: |
ssh -o StrictHostKeyChecking=no usuario@IP_DEL_VPS << 'EOF'
ssh -o StrictHostKeyChecking=no ${{ secrets.VPS_USER }}@${{ secrets.VPS_IP }} << 'EOF'
cd /personal/BACK_CRUD_MERN
git pull origin main
npm install
Expand Down

0 comments on commit 5bdd72a

Please sign in to comment.