Skip to content
Snippets Groups Projects
Commit 34804f8d authored by Imran Hussain's avatar Imran Hussain
Browse files

SUCS Site auto deploy on push

parent 4e2f8fb7
No related branches found
No related tags found
2 merge requests!111ability for site to auto deploy,!107SUCS Site auto deploy on push
Pipeline #574 passed
......@@ -33,18 +33,22 @@ js-syntax-check:
- npm install -g jshint
- find htdocs/js/ -name *.js ! -name jquery* | xargs -n 1 jshint --verbose
fake-deploy-beta:
deploy-beta:
stage: deploy
script:
- echo "Hello World!"
- apt update
- apt install curl
- curl https://beta.sucs.org/pull.php
only:
- beta
environment: beta
fake-deploy-live:
deploy-live:
stage: deploy
script:
- echo "Hello World!"
- apt update
- apt install curl
- curl https://sucs.org/pull.php
only:
- sucs-site
environment: live
\ No newline at end of file
<?php
exec("cd ..; git reset --hard HEAD; git pull");
?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment