#!/bin/bash
git add .
git commit -am "$(date +%s)"
git push

ssh -t trekstor -- "cd dashboard && git pull && cargo r -r"
