chore: decouple lftp installation from deployment step in CI pipeline
All checks were successful
Beta CI/CD Pipeline / build-and-test (push) Successful in 1m41s
Beta CI/CD Pipeline / deploy-beta (push) Successful in 1m5s

This commit is contained in:
vickytechkey 2026-09-06 18:21:08 +05:30
parent 91a573a95a
commit 36c9a1e41a

View file

@ -44,10 +44,11 @@ jobs:
name: dist
path: dist
- name: Deploy to Production via FTP
- name: Install lftp
run: |
apt-get update && apt-get install -y lftp
- name: Deploy to Production via FTP
env:
FTP_USERNAME: ${{ secrets.FTP_USERNAME }}
FTP_PASSWORD: ${{ secrets.FTP_PASSWORD }}