about summary refs log tree commit diff
path: root/users/fcuny/notes/scripts/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/notes/scripts/deploy.sh')
-rwxr-xr-xusers/fcuny/notes/scripts/deploy.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/users/fcuny/notes/scripts/deploy.sh b/users/fcuny/notes/scripts/deploy.sh
deleted file mode 100755
index d26c932..0000000
--- a/users/fcuny/notes/scripts/deploy.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/usr/bin/env bash
-
-set -ueo pipefail
-
-cd "$(git rev-parse --show-toplevel)"
-
-git diff --exit-code
-git diff --staged --exit-code
-
-cd users/fcuny/notes
-
-flyctl deploy
-
-[[ "${CI}" ]] && flyctl agent stop