linux ftp serverLinux serverNETWORK ADMINISTRATIONS

Git FTP – Transfer files from computer to server using git ftp – Part 4 ftp deploy using git action

Part 1 : https://youtu.be/hSJQb8s4otA
Part 2 : https://youtu.be/A17_UfkvAmg
Part 3 : https://youtu.be/e2Bsu2QrvVE
Part 4 : https://youtu.be/fpMOclLbUrk
Part 5 : https://youtu.be/ortVWL5yEsY

Git FTP Link : https://github.com/git-ftp/git-ftp
InfinityFree Client Login : https://app.infinityfree.net/login

In this part 4 video I’m explaining how to transfer the files from localhost to the server using git ftp, by this we can push only the changes happened to any file. Whatever happens in that particular folder will be reflected in the server with git-ftp.

Commands Used :

curl https://raw.githubusercontent.com/git-ftp/git-ftp/master/git-ftp

-= Setup
git config git-ftp.url “ftp://ftp.example.net:21/public_html”
git config git-ftp.user “ftp-user”
git config git-ftp.password “secr3t”

-= Upload all files
git ftp init

-= Or if the files are already there
git ftp catchup

-= Work and deploy
echo “new content” >> index.txt
git commit index.txt -m “Add new content”
git ftp push

=————————————————————————————————=

Instagram : https://www.instagram.com/jinoy_varghese/
Facebook : https://www.facebook.com/people/Jinoy-Varghese/100006883817962/
Website : https://cspsyco.blogspot.com/
YouTube : https://www.youtube.com/channel/UC4oGmZwHNT5gbasx6AZHviA
GitHub : https://github.com/Jinoy-Varghese

Join this channel to get access to perks:
https://www.youtube.com/channel/UC4oGmZwHNT5gbasx6AZHviA/join

My Laptop : https://www.flipkart.com/acer-swift-3-core-i5-8th-gen-8-gb-512-gb-ssd-windows-10-home-2-graphics-sf314-55g-thin-light-laptop/p/itmfhkkhgg2yvgzy

=———————————————————————————=

git ftp – deploy website with git ftp on windows. method done via ftp upload via actions.

autodeploy from git to server via ftp using bitbucket pipelines [full explanation].
how to use git with ftp.

deploy a website to ftp server (first look at bitbucket pipelines, part 4). deploy to a ftp server (get started with jenkins, part 8).

setting up git in cpanel and deploy the gitlab private repository along with ssh configuration. automatically deploy files from github branch to remote ftp server | github ftp deploy.

source

by C S Psyco

linux ftp command

2 thoughts on “Git FTP – Transfer files from computer to server using git ftp – Part 4 ftp deploy using git action

Comments are closed.