diff options
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | vps/aliases.sh | 6 | ||||
-rw-r--r-- | vps/docker-compose.yml | bin | 1957 -> 0 bytes | |||
-rwxr-xr-x | vps/push-receive-redeploy.sh | 6 |
4 files changed, 0 insertions, 13 deletions
diff --git a/.gitattributes b/.gitattributes index 74fe0d5..b450020 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,7 +2,6 @@ encrypted/**/* filter=git-crypt diff=git-crypt mail/* filter=git-crypt diff=git-crypt git/mrconfig.ini filter=git-crypt diff=git-crypt lein/profiles.clj filter=git-crypt diff=git-crypt -vps/docker-compose.yml filter=git-crypt diff=git-crypt git/gitconfig.ini filter=git-crypt diff=git-crypt emacs/gnus.el filter=git-crypt diff=git-crypt emacs/not-much.el filter=git-crypt diff=git-crypt diff --git a/vps/aliases.sh b/vps/aliases.sh deleted file mode 100644 index 44064a8..0000000 --- a/vps/aliases.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env bash - - -alias l="ls -lahp" -alias ,r="source ~/.bashrc" -alias watch="watch " diff --git a/vps/docker-compose.yml b/vps/docker-compose.yml Binary files differdeleted file mode 100644 index d06af98..0000000 --- a/vps/docker-compose.yml +++ /dev/null diff --git a/vps/push-receive-redeploy.sh b/vps/push-receive-redeploy.sh deleted file mode 100755 index 46a65bc..0000000 --- a/vps/push-receive-redeploy.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env bash - -cd ~/ || exit 1 -docker pull registry.gitlab.com/euandreh/songbooks/prod:latest -docker-compose stop songbooks_app -docker-compose up -d --no-deps songbooks_app |