about summary refs log tree commit diff
path: root/users/fcuny/blog/scripts
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-10-05 17:56:27 -0700
committerFranck Cuny <franck@fcuny.net>2022-10-05 17:56:27 -0700
commit01ccf6edd88a66682c1866e8248420fb90ecbfd6 (patch)
tree98f6239cb1a098bffab66b10cd964fa374feaf32 /users/fcuny/blog/scripts
parentfeat(ops/github): add notes.fcuny.net and containerd-to-vm (diff)
downloadworld-01ccf6edd88a66682c1866e8248420fb90ecbfd6.tar.gz
ref(fcuny/blog): delete the blog
The blog moved back to https://github.com/fcuny/fcuny.net
Diffstat (limited to '')
-rwxr-xr-xusers/fcuny/blog/scripts/deploy.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/users/fcuny/blog/scripts/deploy.sh b/users/fcuny/blog/scripts/deploy.sh
deleted file mode 100755
index eef6771..0000000
--- a/users/fcuny/blog/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/blog
-
-flyctl deploy
-
-[[ "${CI}" ]] && flyctl agent stop