about summary refs log tree commit diff
path: root/tools/govanity/scripts/deploy.sh
blob: b088c7e583c68738b88dafa6a8483c08cb46abb0 (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

git diff --exit-code
git diff --staged --exit-code

flyctl deploy

[[ "${CI}" ]] && flyctl agent stop