Updated ftp worflow to newer version of the original workflow
Some checks failed
🚀 Deploy website on push / 🎉 Deploy (push) Failing after 16s
Some checks failed
🚀 Deploy website on push / 🎉 Deploy (push) Failing after 16s
Signed-off-by: Rohit Pai <rodude123@cloud.rohitpai.co.uk>
This commit is contained in:
parent
e2b13cf0e3
commit
7bbfbe7905
6
.github/workflows/ftpDeploy.yml
vendored
6
.github/workflows/ftpDeploy.yml
vendored
@ -18,9 +18,9 @@ jobs:
|
||||
npm start
|
||||
|
||||
- name: 📂 Sync files
|
||||
uses: airvzxf/ftp-deployment-action@latest
|
||||
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
|
||||
with:
|
||||
server: ftp.rohitpai.co.uk
|
||||
user: u987021215.rodude123
|
||||
username: u987021215.rodude123
|
||||
password: $${{ FTPPASSWORD }}
|
||||
local_dir: "./dist"
|
||||
local-dir: ./dist
|
||||
|
Loading…
Reference in New Issue
Block a user