Install lftp without sudo
Deploy to Development and Production / deploy (push) Successful in 1m19s Details

This commit is contained in:
Mark Poljanšek 2025-11-04 13:48:59 +01:00
parent c0462c911a
commit b0279a1ec7
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ jobs:
- name: Install lftp (master only)
if: gitea.ref_name == 'master'
run: |
sudo apt-get update
sudo apt-get install -y lftp
apt-get update
apt-get install -y lftp
- name: Deploy to Production Server (FTP)
if: gitea.ref_name == 'master'