swtiched to different ftp deploy action
🚀 Deploy website on push / 🎉 Deploy (push) Failing after 26s
🚀 Deploy website on push / 🎉 Deploy (push) Failing after 26s
This commit is contained in:
@@ -20,9 +20,9 @@ jobs:
|
||||
npm start
|
||||
|
||||
- name: 📂 Sync files
|
||||
uses: SamKirkland/FTP-Deploy-Action@4.1.0
|
||||
uses: sebastianpopp/ftp-action@releases/v2
|
||||
with:
|
||||
server: ftp.rohitpai.co.uk
|
||||
username: u987021215.rodude123
|
||||
password: $${{ secrets.FTPPASSWORD }}
|
||||
local-dir: ./dist/
|
||||
host: ftp.rohitpai.co.uk
|
||||
user: u987021215.rodude123
|
||||
password: $${{ FTPPASSWORD }}
|
||||
localDir: "dist"
|
||||
|
||||
Reference in New Issue
Block a user