Allowing all IPs to SSH would be helpful, and the risk it poses can be mitigated by only allowing SSH through private keys (I've set up one for myself on the server already) instead of password.
Do a git pull
To allow automatically updating the code on server whenever I push code to this (or bitbucket) repository from my machine, either of the following is needed on the server:
This is currently already possible on github.io demo so please refer to that for an always-latest demo (in case I wasn't able to update indivialogist server).
PS: Aweber is disabeled on github demo, it only works when redirect URL is individualogist.com
Continuously updating code on individualogist.com server is currently bit of a chore.
Currently, in order to update the code on individualogist.com server, I do the following:
SSH into the server
Since i have dynamic IP I have to add it to the firewall through cpanel whenever it changes
Allowing all IPs to SSH would be helpful, and the risk it poses can be mitigated by only allowing SSH through private keys (I've set up one for myself on the server already) instead of password.
To allow automatically updating the code on server whenever I push code to this (or bitbucket) repository from my machine, either of the following is needed on the server:
Both require installation (sudo) which isn't allowed on current server, it requires a dedicated host.
This is currently already possible on github.io demo so please refer to that for an always-latest demo (in case I wasn't able to update indivialogist server).
PS: Aweber is disabeled on github demo, it only works when redirect URL is individualogist.com