Skip to content

Commit

Permalink
Add vendor dirs.
Browse files Browse the repository at this point in the history
  • Loading branch information
vedanshujain committed Dec 31, 2024
1 parent 47742dd commit dba3b4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ jobs:
DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }}
run: |
rsync -avz --delete app/src/ "$DEPLOY_USER@$DEPLOY_HOST:/var/www/html/src"
rsync -avz --delete app/vendor/ "$DEPLOY_USER@$DEPLOY_HOST:/var/www/html/vendor"
rsync -avz app/index.php "$DEPLOY_USER@$DEPLOY_HOST:/var/www/html/index.php"

0 comments on commit dba3b4a

Please sign in to comment.