Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

Blacknight Github Deployments

  • 19-05-2017 08:36AM
    #1
    Registered Users, Registered Users 2 Posts: 1,298 ✭✭✭


    Hey Everyone,

    Just a quick one, I have a normal Blacknight server, just for hosting wordpress websites and such, my question is is it possible to grab files from my github repo in order to deploy them onto this server?

    Thanks in advance!


Comments

  • Registered Users, Registered Users 2 Posts: 6,272 ✭✭✭Buford T Justice


    Question for Blacknight really, but have you full access to the server or is it shared hosting?


  • Registered Users, Registered Users 2 Posts: 1,298 ✭✭✭off.the.walls


    Question for Blacknight really, but have you full access to the server or is it shared hosting?


    Shared hosting.


  • Registered Users, Registered Users 2 Posts: 82 ✭✭leinad


    This might work https://getgrav.org/blog/git-sync-plugin but it means using this new CMS, although it looks nice.
    Really if you had access to run a command line git client on the shared hosting you could script a poll every x hours to automatically refresh the site content.


  • Registered Users, Registered Users 2 Posts: 7,742 ✭✭✭mneylon


    Please contact our support team directly https://www.blacknight.com/contact-us.html

    I suspect you won't be able to do what you're trying to do directly, as we don't give SSH access on our shared platform. You'd need to be able to get your client to upload the files via FTP.


  • Registered Users, Registered Users 2 Posts: 82 ✭✭leinad


    Blacknight wrote: »
    Please contact our support team directly https://www.blacknight.com/contact-us.html

    I suspect you won't be able to do what you're trying to do directly, as we don't give SSH access on our shared platform. You'd need to be able to get your client to upload the files via FTP.

    You could write a script that pulls from your git repo and makes the relevant FTP calls if this is the case - from your machine


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 1,298 ✭✭✭off.the.walls


    leinad wrote: »
    You could write a script that pulls from your git repo and makes the relevant FTP calls if this is the case - from your machine

    Was thinking that myself! may have some fun with this


Advertisement