iT邦幫忙

0

如何讓 Git branch 與 Main version 同時被 served,以及最簡易的從 local push 到 live server 的方式

  • 分享至 

  • xImage

問題一、

我的網站架在 xampp portable 的 windows 版本上。
想讓 git main 跟 branch 同時都能上線被使用,該如何下手才好。

問題二、

在本機 push 到 github 時,我希望能夠同時 push 到 live server 上,同樣都是 xampp portable 的 windows 版本。不一定非得要用github,但就要架一個 bonobo git server 在 live server 上。

請問各位大神,有比較建議的作法嗎?

圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 個回答

0
海綿寶寶
iT邦大神 1 級 ‧ 2022-08-22 10:23:03

這篇的做法
有兩種動作:
1.(開發端)把寫好的程式碼push到 GitHub
2.(Production端)由GitHub把程式碼clone回來

我要發表回答

立即登入回答