marinebon / mbon-dashboard-server

server software for MBON early alert dashboard using Docker
1 stars 2 forks source link

FKNMS board not showing changes #45

Closed dotis closed 1 year ago

dotis commented 1 year ago

I updated the json for the FK board, but I don't see the changes on the site. I am using the client-fknms branch. Perhaps this is the wrong branch? Changes are visible in the json file, but not on the site.

7yl4r commented 1 year ago

The crontab had not been set up on the new server. I just installed the following:

# m h  dom mon dow command
  0 *  *   *   *   cd /home/tylarmurray/mbon-dashboard-server && /bin/git pull

This should get updates from github onto the server on each hour.