Using Git with shared hosting plan

前端 未结 6 1656
故里飘歌
故里飘歌 2021-01-30 11:25

So I started using Git together with this workflow to make a personal website (mostly for testing and to learn Git) and I am developing it locally on my laptop using Xampp.

6条回答
  •  自闭症患者
    2021-01-30 11:41

    Maybe think about a different hosting set up?

    1. On a VPS you have more freedom but you need to set up everything yourself.
    2. On a cloud PaaS you will get great technology but pay a little more.
    3. As mentioned above: A private repo hoster with ftp deployment option might also work.

    For me, best productivity is most important. Compare costs of web hosting with costs for web development.

提交回复
热议问题