Skip to content

Commit

Permalink
Sync with original repo (#4)
Browse files Browse the repository at this point in the history
* added gitter link

* bridging commit from GCP (key exp)

* added auto-pull for GCP server

* updated readme

* updated auto-pull support

* updated readme

* updated readme for auto-pull test

* updated readme for auto-pull test 2

* updated readme for auto-pull test 3

* updated readme for auto pull test 4

* updated readme for auto pull test 5

* updated readme for auto pull test 6

* updated readme for auto pull test 7

* updated readme from local for auto pull test 8

* auto-deploy support added

* updated readme from local for auto pull test 9

Co-authored-by: vesper2108 <[email protected]>
Co-authored-by: root <[email protected]>
  • Loading branch information
3 people authored Oct 6, 2020
1 parent 2a61a0e commit 9262df1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# CyanoKhoj | [![Gitter](https://badges.gitter.im/CyanoKhoj/community.svg)](https://gitter.im/CyanoKhoj/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

# CyanoKhoj *|* [![Gitter](https://badges.gitter.im/CyanoKhoj/community.svg)](https://gitter.im/CyanoKhoj/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)




## Affiliations
#### 1. Centre of Geospatial Research, Department of Geography, University of Georgia, Athens (GA)
Expand Down Expand Up @@ -45,7 +49,8 @@ This webapp has been deployed on GCP in the Apache server. Technicalities includ

## Contribution

Join this project channel:

Join the project channel here: <br>
[![Gitter](https://badges.gitter.im/CyanoKhoj/community.svg)](https://gitter.im/CyanoKhoj/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

Please feel free to raise issues and fix any existing ones.
Expand Down
8 changes: 8 additions & 0 deletions pull.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php
if ($_POST['payload']) {
echo "before";
shell_exec('cd /var/www/html/CyanoKhoj/ && sudo git reset --hard HEAD && sudo git pull');
echo "after auto-pull";
}
?>
auto-pull

0 comments on commit 9262df1

Please sign in to comment.