diff options
author | Martin Ashby <martin@ashbysoft.com> | 2022-12-30 18:42:10 +0000 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2022-12-30 18:42:10 +0000 |
commit | d677f63f1dfdb3b48f7a84165aff3d0f4ff27c52 (patch) | |
tree | 2a1f9f46fabd661b10869ca833cec0fffd6ad8f0 /deploy.sh | |
parent | 1e4b03adb3028ef470e8cbdfeb99f91d4b6d4729 (diff) | |
download | mfashby.net-d677f63f1dfdb3b48f7a84165aff3d0f4ff27c52.tar.gz mfashby.net-d677f63f1dfdb3b48f7a84165aff3d0f4ff27c52.tar.bz2 mfashby.net-d677f63f1dfdb3b48f7a84165aff3d0f4ff27c52.tar.xz mfashby.net-d677f63f1dfdb3b48f7a84165aff3d0f4ff27c52.zip |
Fixup deploy.sh
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -25,6 +25,5 @@ rsync comments/target/aarch64-unknown-linux-gnu/release/comments root@rpi3:/usr/ 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 -popd # TODO set caddy back to online |