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

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