dataobservatory-eu / observatory_workflow

Testing our Datathlon workflow
0 stars 4 forks source link

Deploy from netflify to subdomain #1

Open antaldaniel opened 3 years ago

antaldaniel commented 3 years ago

Currently all websites use the same hugo template (with different template versions) and they deploy on netlify from github. (for example, reprex.nl)

Our dataobservatory.eu domain is supposed to hold several observatories greendeal.dataobservatory.eu music.dataobservatory.eu

Currently are held on a private server, and uploaded from the public folder of a local deploy. The questions is, how to go on with this?
?ftp the results to the current folder ?can we change netlify

The location of the API and the long-form documentation could be greendeal.dataobservatory.eu -> hugo website, hugo public folder greendeal.dataobservatory.eu/data - > Datasette, run in instance greendeal.dataobservatory.eu/documentation -> R bookdown webiste, _book folder

or greendeal.dataobservatory.eu -> hugo website, hugo public folder data.greendeal.dataobservatory.eu - > Datasette, run in instance documentation.greendeal.dataobservatory.eu -> R bookdown webiste, _book folder