Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 999 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 999 Bytes

This repo is no longer updated!

The code for our current website is developed in another repo, ask Bloemist for access. https://gitlab.com/Bloemist/landingv2

How this repository works

Everytime a commit is pushed to this repository, github posts to https://hackerspace.gent/landing/pull.php triggering a git pull in the hackerspace.gent/landing repository.

  • pull.php: This file calls git pull when accessed. This is needed for automatic sync with github, so do not change it!

Handy information:

If you want to commit from the server itself, use this command to specify your name and email address

git -c user.name='' -c user.email='' commit -m ''

Thanks to: http://writing.markchristian.org/2011/03/10/how-to-deploy-your-code-from-github-automatically.html

Information about the landing page