V
V
Vladimir Eliseev2016-02-22 12:50:34
git
Vladimir Eliseev, 2016-02-22 12:50:34

How to deploy from github to a production server?

We have a repository on github. How to properly deploy from it to a production server?
What tools and what approaches?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dimonchik, 2016-02-22
@progreccor

What is the best way to push from github to production server?
if there is not enough - try this:
https://www.digitalocean.com/community/tutorials/h...

D
Dmitry Voronkov, 2016-02-22
@DmitryVoronkov

# Скачиваешь сайт себе на сервер
your-server: ~$ git clone https://github.com/you/you_repo /your_path
# И потом обновляешь
your-server: ~$ cd /your_pth
your-server: ~$ git pull

L
loxenehej, 2016-02-22
@loxenehej

Jenkins

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question