Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Remove server dir
  • Loading branch information
Jorgemacias-12 authored Apr 30, 2024
1 parent f3e1567 commit dcfde84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
protocol: ftps
server-dir: 'backend/'
exclude: |
**/.git/*
**/.git*/**
Expand All @@ -68,4 +67,4 @@ jobs:
pwd
cd /var/www/html/backend/
pm2 stop all
pm2 start --interpreter build/server.js
pm2 start --interpreter build/server.js

0 comments on commit dcfde84

Please sign in to comment.