Given that we stage everything that goes onto the profiles.ihe.net site on the publications repo
When we want to put the updates from publications to profiles.ihe.net
TODAY: Then we git the latest publications master on our computers, and then use filezilla to copy that to profiles.ihe.net over secure ftp. This is a very manual process, and takes a long time as ftp is very basic and thus we need to overwrite many files that have not been updated, and we must copy all files that have changed.
BETTER: if we could invoke a command using ssh, to have profiles.ihe.net pull the latest publications master branch directly using git on the unix box. This would prevent mistakes where updated files are missed, and would be much faster.
Given that we stage everything that goes onto the profiles.ihe.net site on the publications repo
When we want to put the updates from publications to profiles.ihe.net
TODAY: Then we git the latest publications master on our computers, and then use filezilla to copy that to profiles.ihe.net over secure ftp. This is a very manual process, and takes a long time as ftp is very basic and thus we need to overwrite many files that have not been updated, and we must copy all files that have changed.
BETTER: if we could invoke a command using ssh, to have profiles.ihe.net pull the latest publications master branch directly using git on the unix box. This would prevent mistakes where updated files are missed, and would be much faster.