Install lftp without sudo
Deploy to Development and Production / deploy (push) Successful in 1m19s
Details
Deploy to Development and Production / deploy (push) Successful in 1m19s
Details
This commit is contained in:
parent
c0462c911a
commit
b0279a1ec7
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue