Skip to content

Instantly share code, notes, and snippets.

View cypatrickwee's full-sized avatar
❤️
Passion for Data Science

Cypatrickwee cypatrickwee

❤️
Passion for Data Science
View GitHub Profile
@cypatrickwee
cypatrickwee / README.md
Created June 13, 2019 04:29 — forked from nichtich/README.md
How to automatically deploy from GitHub

Deploy your site with git

This gist assumes:

  • you have an online remote repository (github / bitbucket etc.)
  • you have a local git repo
  • and a cloud server (Rackspace cloud / Amazon EC2 etc)
    • your (PHP) scripts are served from /var/www/html/
    • your webpages are executed by Apache
  • the Apache user is named www-data (may be apache on other systems)