aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-27 22:38:38 -0300
committerEuAndreh <eu@euandre.org>2019-05-27 22:38:38 -0300
commitfe36d8c7621e090db9900d2128c95bfd6a0a8d33 (patch)
treecc6f764dec76412ab5817999a03038a8bfe1c8b0 /deploy.sh
parentAdd Nextcloud recipe to docker-compose.yaml (diff)
downloadtoph-fe36d8c7621e090db9900d2128c95bfd6a0a8d33.tar.gz
toph-fe36d8c7621e090db9900d2128c95bfd6a0a8d33.tar.xz
Add bash_aliases.sh and scp it when deploying a new box
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
index 9529bf9..5c68a0d 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -30,6 +30,7 @@ echo "Done."
echo "Copy over files..."
ssh "$TLD" mkdir -p /home/vps/
+scp bash_aliases.sh "$TLD":/root/.bash_aliases
envsubst < docker-compose.yaml > docker-compose.yaml.fd
scp docker-compose.yaml.fd "$TLD":/home/vps/docker-compose.yaml
rm docker-compose.yaml.fd