Deploy code to server using git. With example.

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

That's nice. Note that for whatever reason if "someone" deletes a file from the production machine, then git pull origin main will not put it back. Using "git fetch origin main" followed by "git reset --hard origin/main" keeps things in nice sync. To eliminate the case that "someone" added files in production that do not exist in origin main, you can also do "git clean -f". You can also make use of .gitignore on the production and add paths to be ignored.

acajoom
Автор

Hi, CryptoCoop, awesome tutorial videos. thanks for sharing. It's really a good and easy way to sync safely the codes, with version control.

EddieMao
Автор

Great video 🎉 But what if I have to build the project like with Astrojs to make it work ?😢

hellokooa
Автор

I am one of the mfs who want to play chainsaw origins lol

TheRealEpicFace.