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)
|
- name: Install lftp (master only)
|
||||||
if: gitea.ref_name == 'master'
|
if: gitea.ref_name == 'master'
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
apt-get update
|
||||||
sudo apt-get install -y lftp
|
apt-get install -y lftp
|
||||||
|
|
||||||
- name: Deploy to Production Server (FTP)
|
- name: Deploy to Production Server (FTP)
|
||||||
if: gitea.ref_name == 'master'
|
if: gitea.ref_name == 'master'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue