swtiched to different ftp deploy action
Some checks failed
🚀 Deploy website on push / 🎉 Deploy (push) Failing after 26s

This commit is contained in:
Rohit Pai 2023-10-20 01:00:55 +01:00
parent f87409c604
commit 28c9edc090

View File

@ -20,9 +20,9 @@ jobs:
npm start npm start
- name: 📂 Sync files - name: 📂 Sync files
uses: SamKirkland/FTP-Deploy-Action@4.1.0 uses: sebastianpopp/ftp-action@releases/v2
with: with:
server: ftp.rohitpai.co.uk host: ftp.rohitpai.co.uk
username: u987021215.rodude123 user: u987021215.rodude123
password: $${{ secrets.FTPPASSWORD }} password: $${{ FTPPASSWORD }}
local-dir: ./dist/ localDir: "dist"