dockerfiles/update.sh

5 lines
84 B
Bash
Raw Normal View History

#!/bin/sh
git pull
make build 'contexts=$(updates)'
make push 'contexts=$(updates)'