diff options
Diffstat (limited to 'push.sh')
| -rwxr-xr-x | push.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ echo "Creating deploy directory on remote host..." ssh "$HOST" "mkdir -p $DEPLOY_DIR/etc/systemd/system $DEPLOY_DIR/etc/nginx/modules-available $DEPLOY_DIR/etc/nginx/sites-available $DEPLOY_DIR/etc/nginx/snippets $DEPLOY_DIR/opt/obsproxy" echo "Copying files to remote host..." -scp -r * "$HOST:$DEPLOY_DIR/" +scp -r {*,.bashrc} "$HOST:$DEPLOY_DIR/" echo "Installing files with sudo and restarting services..." ssh "$HOST" << 'EOF' |
