diff options
| author | yum <yum.food.vr@gmail.com> | 2025-10-21 19:12:45 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-10-28 17:19:38 -0700 |
| commit | be7001fcd3623670ac161eaefb23a1f4a6b3dc08 (patch) | |
| tree | bb84e1634cb003344e72dec7cefd444e65f97066 | |
| parent | a91dd1d55550d36cda17f8acd777d07d7e8d83ee (diff) | |
meow
| -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' |
