aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-28 02:14:05 -0300
committerEuAndreh <eu@euandre.org>2019-05-28 02:20:00 -0300
commit6b6af477cb7296279d317cf584a0020e0201156d (patch)
treecc016501a7bfd2324e97c4437537eb261a296b2a /deploy.sh
parentRemove git rev-parse from .envrc (diff)
downloadserver-6b6af477cb7296279d317cf584a0020e0201156d.tar.gz
server-6b6af477cb7296279d317cf584a0020e0201156d.tar.xz
Split scripts into CI and VPS box
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index 5a37541..9172803 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -31,7 +31,7 @@ echo "Done."
echo "Copy over files..."
ssh "$TLD" mkdir -p /home/vps/
ssh "$TLD" 'grep /home/vps/ /root/.profile || echo "cd /home/vps/" >> /root/.profile'
-scp bash_aliases.sh "$TLD":/root/.bash_aliases
+scp ./scripts/box/bash-aliases.sh "$TLD":/root/.bash_aliases
envsubst < docker-compose.yaml | ssh "$TLD" 'cat > /home/vps/docker-compose.yaml'
echo "Done."