diff options
author | Martin Ashby <martin@ashbysoft.com> | 2022-12-31 16:32:16 +0000 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2022-12-31 16:32:16 +0000 |
commit | 511576c016f39fc48d83266fe20c418c9ee10ec2 (patch) | |
tree | e47d8c2555c0cdd9df9db3ed8c57fea6efa48988 | |
parent | fdfb0e65d3de718beddcf3c882d716b7aff6a051 (diff) | |
download | mfashby.net-511576c016f39fc48d83266fe20c418c9ee10ec2.tar.gz mfashby.net-511576c016f39fc48d83266fe20c418c9ee10ec2.tar.bz2 mfashby.net-511576c016f39fc48d83266fe20c418c9ee10ec2.tar.xz mfashby.net-511576c016f39fc48d83266fe20c418c9ee10ec2.zip |
Remove synchronization of .service file, this might have to be different in production system
-rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ rsync -rz public/* root@rpi3:/var/www/mfashby.net # Copy comments app and reboot ssh root@rpi3 -C systemctl stop comments rsync comments/target/aarch64-unknown-linux-gnu/release/comments root@rpi3:/usr/local/bin/comments -rsync comments/comments.service root@rpi3:/etc/systemd/system/comments.service +#rsync comments/comments.service root@rpi3:/etc/systemd/system/comments.service ssh root@rpi3 -C systemctl daemon-reload ssh root@rpi3 -C systemctl restart comments |