diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 6b2c59e..62869e6 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -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'