Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Blacknight Github Deployments

  • 19-05-2017 9: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,260 ✭✭✭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: 79 ✭✭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,740 ✭✭✭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: 79 ✭✭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